public class StringValue extends ParameterDefinition
ParameterValue.ParameterPath| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
value |
attributes, children, EMPTY_CACHE, instanceType, max, min, name, nil, overwrite, pvLock, type, uniqueIdForAttachmentDisposal| Constructor and Description |
|---|
StringValue(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get()
Returns the value of this parameter value.
|
java.lang.String |
getValueAsString() |
int |
getValueType()
Returns the VALUE TYPE for this parameter.
|
void |
set(java.lang.String value)
Sets the value of this parameter value.
|
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 java.lang.String get()
public void set(java.lang.String value)
value - the value to set.public java.lang.String toString()
toString in class ParameterDefinitionpublic 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 ParameterDefinitionpublic java.lang.String getValueAsString()
getValueAsString in class ParameterDefinition