public interface IstiNamedValueInterface
Modifier and Type | Field and Description |
---|---|
static char |
sepCh
The separator character
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates and returns a clone of this object.
|
java.lang.Object |
getDefaultValue()
Returns the default value object for the value.
|
java.lang.String |
getName()
Returns the name of the value.
|
java.lang.Object |
getValue()
Returns the value object for the value.
|
boolean |
isDefaultValue()
Determines if the current value is the same as the default value.
|
boolean |
setValue(java.lang.Object valueObj)
Sets the value object for the value.
|
boolean |
setValueString(java.lang.String str)
Sets the value for the value.
|
java.lang.String |
stringValue()
Returns a String object representing the value.
|
static final char sepCh
java.lang.Object clone()
java.lang.Object getDefaultValue()
java.lang.String getName()
java.lang.Object getValue()
boolean isDefaultValue()
boolean setValue(java.lang.Object valueObj)
valueObj
- the value object.boolean setValueString(java.lang.String str)
str
- the string value to interpret.java.lang.String stringValue()