jfun.yan.xml.nuts
Class GetterNut

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

public class GetterNut
extends DelegatingNut

Nut class for <getter> tag. This Nut supports multi-level getters such that "a.b.c" corresponds to getA().getB().isC().

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

Constructor Summary
GetterNut()
           
 
Method Summary
 Component eval()
           
 int getInd()
           
 java.lang.String getName()
           
 void setInd(int ind)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class jfun.yan.xml.nuts.DelegatingNut
add, delegateTo, getComponent, getMandatory, setComponent
 
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

GetterNut

public GetterNut()
Method Detail

getInd

public int getInd()

setInd

public void setInd(int ind)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

eval

public Component eval()
               throws java.beans.IntrospectionException
Specified by:
eval in class ComponentNut
Throws:
java.beans.IntrospectionException