|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.metaclass.model.ParameterDescriptor
A descriptor that describes a parameter of a Method. It contains information about;
Field Summary | |
static ParameterDescriptor[] |
EMPTY_SET
The constant for Empty Set of parameters. |
Constructor Summary | |
ParameterDescriptor(java.lang.String name,
java.lang.String type)
Construct a descriptor for a parameter. |
Method Summary | |
java.lang.String |
getName()
Return the name of the parameter. |
java.lang.String |
getType()
Return the type of the parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final ParameterDescriptor[] EMPTY_SET
Constructor Detail |
public ParameterDescriptor(java.lang.String name, java.lang.String type)
name
- the name of the parametertype
- the type of the parameterMethod Detail |
public java.lang.String getName()
public java.lang.String getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |