public abstract class ParameterDefinition extends ParameterValue
ParameterValue.ParameterPathattributes, children, EMPTY_CACHE, instanceType, max, min, name, nil, overwrite, pvLock, type, uniqueIdForAttachmentDisposal| Constructor and Description |
|---|
ParameterDefinition() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getValueAsString() |
int |
getValueType()
Returns the VALUE TYPE for this parameter.
|
java.lang.String |
toString() |
add, add, addAnyAttribute, attributeNames, attributes, children, childrenFromType, createChild, createChild, disposeAllAttachments, exclusiveLock, get, get, getAttributeValue, getChildren, getChildrenCount, getChildrenCount, getChildrenList, getInstanceType, getLockObject, getMaxOccurs, getMinOccurs, getName, getNamespaceCache, getNamespaces, getOverwritten, getType, hasAttributes, hasChildren, hasChildrenFromType, isNil, isOverwritten, overwriteSerialization, releaseExclusiveLock, releaseSharedLock, remove, removeChild, resolveTypes, setAttributes, setAttributeValue, setInstanceType, setMaxOccurs, setMinOccurs, setName, setNil, setType, sharedLock, tryExclusiveLock, trySharedLockpublic abstract java.lang.String getValueAsString()
public int getValueType()
ParameterValue
A VALUE TYPE should be a unique representation of a ParameterValue implementation
which allows to identify the implementation and cast correctly.
getValueType in class ParameterValuepublic java.lang.String toString()
toString in class ParameterValue