net.sourceforge.smile.config
Class NullValue

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

public class NullValue
extends Value

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

Constructor Summary
NullValue()
           
 
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 net.sourceforge.smile.config.Tag
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullValue

public NullValue()
Method Detail

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