|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.metaclass.model.FeatureDescriptor
org.codehaus.metaclass.model.FieldDescriptor
A descriptor that describes a Field. It contains information about;
Also associated with each field is a set of arbitrary Attributes that can be used to store extra information about method.
Field Summary | |
static FieldDescriptor[] |
EMPTY_SET
Constant for empty set of fields. |
Constructor Summary | |
FieldDescriptor(java.lang.String name,
java.lang.String type,
Attribute[] declaredAttributes,
Attribute[] attributes)
Create a descriptor for a field. |
Method Summary | |
java.lang.String |
getName()
Return the name of the field. |
java.lang.String |
getType()
Return the type of the field. |
Methods inherited from class org.codehaus.metaclass.model.FeatureDescriptor |
getAttributes, getDeclaredAttributes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final FieldDescriptor[] EMPTY_SET
Constructor Detail |
public FieldDescriptor(java.lang.String name, java.lang.String type, Attribute[] declaredAttributes, Attribute[] attributes)
name
- the name of the fieldtype
- the return type of the fielddeclaredAttributes
- the declared attributesattributes
- any attributes associated with methodMethod 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 |