org.yasl.xmlobjects.impl
Class MapEntryArgDefImpl

java.lang.Object
  extended byorg.yasl.xmlobjects.impl.BaseComponent
      extended byorg.yasl.xmlobjects.impl.MapEntryArgDefImpl
All Implemented Interfaces:
ArgAccumulator, KeyedObject, MapEntryArgDef, ObjectInstantiator

public class MapEntryArgDefImpl
extends BaseComponent
implements MapEntryArgDef

Version:
1.0
Author:
Jeff Chapman

Constructor Summary
MapEntryArgDefImpl(String mapKey, Object value)
           
MapEntryArgDefImpl(String mapKey, String mapValue, String className)
           
 
Method Summary
 Object instaniateObject()
           
 String toString()
           
 
Methods inherited from class org.yasl.xmlobjects.impl.BaseComponent
addArgument, findMatchingClass, getArgClasses, getArgObjects, getArgumentClasses, getClassName, getConstructor, getKey, getKeyType, getMethod, getObjectInfo, setObjectInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.yasl.xmlobjects.ArgAccumulator
addArgument
 
Methods inherited from interface org.yasl.xmlobjects.KeyedObject
getKey
 
Methods inherited from interface org.yasl.xmlobjects.ObjectInstantiator
getObjectInfo, setObjectInfo
 

Constructor Detail

MapEntryArgDefImpl

public MapEntryArgDefImpl(String mapKey,
                          String mapValue,
                          String className)
                   throws ClassNotFoundException

MapEntryArgDefImpl

public MapEntryArgDefImpl(String mapKey,
                          Object value)
Method Detail

toString

public String toString()

instaniateObject

public Object instaniateObject()
                        throws ObjectInstantiationException
Specified by:
instaniateObject in interface ObjectInstantiator
Throws:
ObjectInstantiationException