|
Cool documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objects of this class describe service module groups. A service module group may contain AspectDescriptors and QueryDescriptors.
IAspectGroupDescriptor| Method Summary | |
IAspectDescriptor |
getAspectDescriptor(java.lang.String aspectname)
Returns the aspect descriptor with the given name, if it is a member of this group, otherwise null. |
IAspectDescriptor[] |
getAspectDescriptors()
Returns an array with all the aspect descriptors in this group. |
java.lang.String |
getName()
Returns the name of the service module group. |
IQueryDescriptor |
getQueryDescriptor(java.lang.String queryname)
Returns the query descriptor for the given name, if it is a member of this group, otherwise null. |
IQueryDescriptor[] |
getQueryDescriptors()
Returns an array with all the query descriptors in this group. |
| Method Detail |
public java.lang.String getName()
public IAspectDescriptor getAspectDescriptor(java.lang.String aspectname)
null.aspectname - The name of the requested aspect descriptornullpublic IAspectDescriptor[] getAspectDescriptors()
public IQueryDescriptor getQueryDescriptor(java.lang.String queryname)
null.queryname - The name of the requested query descriptornullpublic IQueryDescriptor[] getQueryDescriptors()
|
Cool documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||