jfun.yan.xml.nuts
Class MapEntry

java.lang.Object
  extended by jfun.yan.xml.nut.Nut
      extended by jfun.yan.xml.nuts.LiteralNut
          extended by jfun.yan.xml.nuts.MapEntry
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InjectionCase

public class MapEntry
extends LiteralNut

The Nut class for <entry> tag.

Author:
Ben Yu Nov 9, 2005 11:51:38 PM
See Also:
Serialized Form

Constructor Summary
MapEntry()
           
 
Method Summary
 java.lang.Class getKey_type()
           
 java.lang.Object getKey()
           
 void setKey_type(java.lang.Class key_type)
           
 void setKey(java.lang.Object key)
           
 
Methods inherited from class jfun.yan.xml.nuts.LiteralNut
add, getDefault, getDefault, getDefaultText, getType, getVal, getVal, getValueText, justify, setDefault, setType, setVal
 
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

MapEntry

public MapEntry()
Method Detail

getKey_type

public java.lang.Class getKey_type()

setKey_type

public void setKey_type(java.lang.Class key_type)

getKey

public java.lang.Object getKey()

setKey

public void setKey(java.lang.Object key)