|
Cool documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Describes aspect groups; an aspect group may contain FieldDescriptors, RelationDescriptors, and AspectActionDescriptors.
| Method Summary | |
IAspectActionDescriptor |
getAspectActionDescriptor(java.lang.String actionname)
Returns the aspect action descriptor for the given name, if it is a member of this group, otherwise null. |
IAspectActionDescriptor[] |
getAspectActionDescriptors()
Returns an array with all the aspect action descriptors in this group. |
IFieldDescriptor |
getFieldDescriptor(java.lang.String fieldname)
Returns the field descriptor with the given name, if it is a member of this group, otherwise null. |
IFieldDescriptor[] |
getFieldDescriptors()
Returns an array with all the field descriptors in this group. |
java.lang.String |
getName()
Returns the name of the aspect group. |
IRelationDescriptor |
getRelationDescriptor(java.lang.String relationname)
Returns the relation descriptor with the given name, if it is a member of this group, otherwise null. |
IRelationDescriptor[] |
getRelationDescriptors()
Returns an array with all the relation descriptors in this group. |
| Method Detail |
public java.lang.String getName()
public IFieldDescriptor getFieldDescriptor(java.lang.String fieldname)
null.fieldname - The name of the requested field descriptornullpublic IFieldDescriptor[] getFieldDescriptors()
public IRelationDescriptor getRelationDescriptor(java.lang.String relationname)
null.relationname - The name of the requested relation descriptornullpublic IRelationDescriptor[] getRelationDescriptors()
public IAspectActionDescriptor getAspectActionDescriptor(java.lang.String actionname)
null.actionname - The name of the requested aspect action descriptornullpublic IAspectActionDescriptor[] getAspectActionDescriptors()
|
Cool documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||