|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IstiNamedValueInterface
IstiNamedValueInterface defines a named value object interface.
Field Summary | |
---|---|
static char |
sepCh
The separator character |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final char sepCh
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |