jfun.yan.xml.nuts
Class EntriesNut
java.lang.Object
jfun.yan.xml.nut.Nut
jfun.yan.xml.nut.ComponentNut
jfun.yan.xml.nuts.EntriesNut
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InjectionTypeCaseNut, MapNut, PropertiesNut
public abstract class EntriesNut
- extends ComponentNut
Super class for tags that support <entry> sub elements.
- Author:
- Ben Yu
Nov 17, 2005 1:03:03 AM
- See Also:
- Serialized Form
| 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 |
EntriesNut
public EntriesNut()
getKey_type
public java.lang.Class getKey_type()
setKey_type
public void setKey_type(java.lang.Class key_type)
setOf
public void setOf(java.lang.Class of)
getOf
public java.lang.Class getOf()
addEntry
public void addEntry(MapEntry entry)
getKeys
public java.util.List getKeys()
getEntryComponents
public Component[] getEntryComponents()