jfun.yan.xml.nuts
Class ValueNut

java.lang.Object
  extended by jfun.yan.xml.nut.Nut
      extended by jfun.yan.xml.nuts.ValueNut
All Implemented Interfaces:
java.io.Serializable

public class ValueNut
extends Nut

Nut class for <value> tag.

Author:
Ben Yu Nov 9, 2005 11:42:15 PM
See Also:
Serialized Form

Constructor Summary
ValueNut()
           
 
Method Summary
 void add(java.lang.Object v)
           
 java.lang.Object eval()
           
 java.lang.Object getVal()
           
 void setVal(java.lang.Object val)
           
 
Methods inherited from class jfun.yan.xml.nut.Nut
cast, checkDuplicate, checkMandatory, checkMandatory, convert, getComponentClassLoader, getId, getNutClassLoader, getNutEnvironment, getParameterWiring, getPropertyWiring, getSequenceNumber, getTagLocation, getTagName, initGloballyDefined, initNutEnvironment, initSequenceNumber, initTagLocation, initTagName, isGloballyDefined, raise, raise, register, registerEagerInstantiation, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueNut

public ValueNut()
Method Detail

getVal

public java.lang.Object getVal()

setVal

public void setVal(java.lang.Object val)

add

public void add(java.lang.Object v)

eval

public java.lang.Object eval()