net.sourceforge.smile.config
Class SingleValue

java.lang.Object
  extended bynet.sourceforge.smile.config.Tag
      extended bynet.sourceforge.smile.config.Value
          extended bynet.sourceforge.smile.config.SingleValue

public class SingleValue
extends Value

Author:
codehawk This class represents a single value for the managed beans.

Constructor Summary
SingleValue()
           
 
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()
           
 boolean isNullValue()
           
 void setNullValue(boolean nullValue)
           
 void setValue(java.lang.String string)
           
 
Methods inherited from class net.sourceforge.smile.config.Tag
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleValue

public SingleValue()
Method Detail

isNullValue

public boolean isNullValue()
Specified by:
isNullValue in class Value

setNullValue

public void setNullValue(boolean nullValue)
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 string)
Specified by:
setValue in class Value

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()