|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.metaclass.model.FeatureDescriptor
This is the Abstract class for all feature descriptors. Every descriptor has the capability of adding Attributes of some kind. These Attributes can then be interpreted by the container. The meaning of the specific Attributes will be defined by future specification documents.
Constructor Summary | |
protected |
FeatureDescriptor(Attribute[] declaredAttributes,
Attribute[] attributes)
Create a FeatureDescriptor with specific set of attributes. |
Method Summary | |
Attribute[] |
getAttributes()
Return the attributes associated with descriptor. |
Attribute[] |
getDeclaredAttributes()
Return the declared attributes associated with descriptor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected FeatureDescriptor(Attribute[] declaredAttributes, Attribute[] attributes)
attributes
- the attributesdeclaredAttributes
- the declared attributesMethod Detail |
public Attribute[] getDeclaredAttributes()
public Attribute[] getAttributes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |