org.yasl.xmlobjects.impl
Class ArgumentDefImpl

java.lang.Object
  extended byorg.yasl.xmlobjects.impl.ArgumentDefImpl
All Implemented Interfaces:
ArgumentDef

public class ArgumentDefImpl
extends Object
implements ArgumentDef

Version:
1.0
Author:
Jeff Chapman

Method Summary
 Class getClassForArg()
          Returns the Class object associated with the object defined by this argument definition.
 Object instaniateObject()
          Returns an instance of the object defined by this argument definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instaniateObject

public Object instaniateObject()
                        throws ObjectInstantiationException
Description copied from interface: ArgumentDef
Returns an instance of the object defined by this argument definition.

Specified by:
instaniateObject in interface ArgumentDef
Returns:
Object
Throws:
ObjectInstantiationException

getClassForArg

public Class getClassForArg()
Description copied from interface: ArgumentDef
Returns the Class object associated with the object defined by this argument definition.

Specified by:
getClassForArg in interface ArgumentDef
Returns:
Class