jfun.yan.xml.nuts
Class ArrayNut

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

public class ArrayNut
extends CollectionNut

Nut class for <array> tag.

Author:
Ben Yu Nov 9, 2005 11:39:29 PM
See Also:
Serialized Form

Constructor Summary
ArrayNut()
           
 
Method Summary
 Component eval()
           
 void setOf(java.lang.Class oftype)
           
 void setType(java.lang.Class type)
           
 
Methods inherited from class jfun.yan.xml.nuts.CollectionNut
getElements, getMandatoryElements, getOf, getType, getType, set, setElements
 
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

ArrayNut

public ArrayNut()
Method Detail

setType

public void setType(java.lang.Class type)
Overrides:
setType in class CollectionNut

setOf

public void setOf(java.lang.Class oftype)
Overrides:
setOf in class CollectionNut

eval

public Component eval()
Specified by:
eval in class ComponentNut