net.sourceforge.smile.config
Class NullValue
java.lang.Object
net.sourceforge.smile.config.Tag
net.sourceforge.smile.config.Value
net.sourceforge.smile.config.NullValue
- public class NullValue
- extends Value
- Author:
- codehawk
This class represents a single value for the managed beans.
Method Summary |
java.lang.String |
getIdentity()
This operation should be implemented, to return a string, that
identifies the object within it's context in the tree. |
java.lang.String |
getValue()
|
java.lang.String |
getValueRef()
|
boolean |
isNullValue()
|
void |
setNullValue(boolean isNullValue)
|
void |
setValue(java.lang.String value)
|
void |
setValueRef(java.lang.String valueRef)
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
NullValue
public NullValue()
isNullValue
public boolean isNullValue()
- Specified by:
isNullValue
in class Value
setNullValue
public void setNullValue(boolean isNullValue)
- Specified by:
setNullValue
in class Value
getValue
public java.lang.String getValue()
- Specified by:
getValue
in class Value
setValue
public void setValue(java.lang.String value)
- Specified by:
setValue
in class Value
getValueRef
public java.lang.String getValueRef()
setValueRef
public void setValueRef(java.lang.String valueRef)
getIdentity
public java.lang.String getIdentity()
- Description copied from class:
Tag
- This operation should be implemented, to return a string, that
identifies the object within it's context in the tree.
- Specified by:
getIdentity
in class Tag
- Returns:
- See Also:
Tag.getIdentity()