org.yasl.xmlobjects
Interface ArgumentDef

All Known Subinterfaces:
ArgumentDefComplex
All Known Implementing Classes:
ArgumentDefComplexImpl, ArgumentDefImpl

public interface ArgumentDef

Interface to an argument to be used in a method or constructor call.

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.
 

Method Detail

instaniateObject

public Object instaniateObject()
                        throws ObjectInstantiationException
Returns an instance of the object defined by this argument definition.

Returns:
Object
Throws:
ObjectInstantiationException

getClassForArg

public Class getClassForArg()
Returns the Class object associated with the object defined by this argument definition.

Returns:
Class