Cool documentation

com.sap.tc.col.client.metadata.api
Interface IServiceModuleGroupDescriptor


public interface IServiceModuleGroupDescriptor

Objects of this class describe service module groups. A service module group may contain AspectDescriptors and QueryDescriptors.

See Also:
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

getName

public java.lang.String getName()
Returns the name of the service module group.
Returns:
name of the service module group.

getAspectDescriptor

public IAspectDescriptor getAspectDescriptor(java.lang.String aspectname)
Returns the aspect descriptor with the given name, if it is a member of this group, otherwise null.
Parameters:
aspectname - The name of the requested aspect descriptor
Returns:
the aspect descriptor or null

getAspectDescriptors

public IAspectDescriptor[] getAspectDescriptors()
Returns an array with all the aspect descriptors in this group. If the group has no aspect descriptors, an empty array is returned.
Returns:
AspectDescriptor[] the array with the aspect descriptors

getQueryDescriptor

public IQueryDescriptor getQueryDescriptor(java.lang.String queryname)
Returns the query descriptor for the given name, if it is a member of this group, otherwise null.
Parameters:
queryname - The name of the requested query descriptor
Returns:
the query descriptor or null

getQueryDescriptors

public IQueryDescriptor[] getQueryDescriptors()
Returns an array with all the query descriptors in this group. If the group has no query descriptors, an empty array is returned.
Returns:
FieldDescriptor[] the array with the query descriptors

Cool documentation

Copyright © 2002 SAP AG. Automatically generated Thu Mar 3 2005, 21:55