Cool documentation

Uses of Interface
com.sap.tc.col.client.metadata.api.IAspectDescriptor

Packages that use IAspectDescriptor
com.sap.tc.col.client.generic.api   
com.sap.tc.col.client.metadata.api   
 

Uses of IAspectDescriptor in com.sap.tc.col.client.generic.api
 

Methods in com.sap.tc.col.client.generic.api that return IAspectDescriptor
 IAspectDescriptor IAspect.getDescriptor()
          Returns the meta data of this Aspect.
 

Uses of IAspectDescriptor in com.sap.tc.col.client.metadata.api
 

Subinterfaces of IAspectDescriptor in com.sap.tc.col.client.metadata.api
 interface IKeyAspectDescriptor
          Describes the properties of a key aspect.
 

Methods in com.sap.tc.col.client.metadata.api that return IAspectDescriptor
 IAspectDescriptor IServiceModuleGroupDescriptor.getAspectDescriptor(java.lang.String aspectname)
          Returns the aspect descriptor with the given name, if it is a member of this group, otherwise null.
 IAspectDescriptor[] IServiceModuleGroupDescriptor.getAspectDescriptors()
          Returns an array with all the aspect descriptors in this group.
 IAspectDescriptor IKeyAspectDescriptor.getAspectDescriptor(java.lang.String aspectName)
          Returns the descriptor of the associated aspect with the given name.
 IAspectDescriptor[] IKeyAspectDescriptor.getAspectDescriptors()
          Returns an array with the descriptors of all aspects associated with this key aspect descriptor.
 IAspectDescriptor IRelationDescriptor.getSourceAspectDescriptor()
          Returns the descriptor of the source aspect of this relation.
 IAspectDescriptor IRelationDescriptor.getTargetAspectDescriptor()
          Returns the descriptor of the target aspect of this relation.
 IAspectDescriptor[] IServiceModuleDescriptor.getAspectDescriptors()
          Returns an array with the descriptors of all aspects in this service module.
 IAspectDescriptor IServiceModuleDescriptor.getAspectDescriptor(java.lang.String aspectName)
          Returns the aspect descriptor with the given name or null, if the aspect doesn't exist in this service module.
 IAspectDescriptor IValueSetDescriptor.getAspectDescriptor()
          Returns the descriptor of the aspect of this value set.
 IAspectDescriptor IAspectActionDescriptor.getAspectDescriptor()
          Returns the descriptor of the aspect of this aspect action.
 IAspectDescriptor IQueryDescriptor.getResultAspectDescriptor()
          Returns the descriptor of the result aspect of this query.
 


Cool documentation

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