Uses of Interface
com.sap.tc.cmi.metadata.ICMIModelClassInfo

Packages that use ICMIModelClassInfo
com.sap.tc.cmi.annotations   
com.sap.tc.cmi.metadata Contains interfaces and classes needed to specify the metadata of a model implementing the Common Model Interface CMI. 
com.sap.tc.cmi.model Contains interfaces to be implemented for the data part of a model implementing the Common Model Interface CMI. 
 

Uses of ICMIModelClassInfo in com.sap.tc.cmi.annotations
 

Subinterfaces of ICMIModelClassInfo in com.sap.tc.cmi.annotations
 interface ICMIAnnotatedClassInfo
          Additional metadata for an annotated class.
 

Uses of ICMIModelClassInfo in com.sap.tc.cmi.metadata
 

Methods in com.sap.tc.cmi.metadata that return ICMIModelClassInfo
 ICMIModelClassInfo ICMIModelObjectCollectionInfo.getElementModelClassInfo()
          Returns meta info that describes the elements of the collection.
 ICMIModelClassInfo ICMIRelationRoleInfo.getModelClassInfo()
          Returns the model class info of the model class, to which the role belongs.
 ICMIModelClassInfo ICMIModelClassPropertyInfo.getModelClassInfo()
          Returns the metadata of the model class to which this property belongs.
 ICMIModelClassInfo ICMIModelInfo.getModelClassInfo(String name)
          Returns the model class infos for the model class with the given (full qualified) name.
 ICMIModelClassInfo ICMIModelClassInfo.getRelatedModelClassInfo(String targetRoleName)
          Convenience method which returns the metadata for the model class to which this model class is related via a relation, where the relation is determined through the named target role of this model class.
 

Uses of ICMIModelClassInfo in com.sap.tc.cmi.model
 

Methods in com.sap.tc.cmi.model that return ICMIModelClassInfo
 ICMIModelClassInfo ICMIQuery.associatedInputParameterInfo()
          Returns the metadata for the model class holding the input parameters or null if no metadata is available
 ICMIModelClassInfo ICMIModelClass.associatedModelClassInfo()
          Returns the metadata, i.e. an object of type ICMIModelClassInfo, corresponding to this model class.
 ICMIModelClassInfo ICMIGenericModelClass.associatedModelClassInfo()
          Returns the metadata, i.e. an object of type ICMIModelClassInfo, corresponding to this model class.
 

Methods in com.sap.tc.cmi.model with parameters of type ICMIModelClassInfo
 ICMIModelObjectManager ICMIModel02.getMOManager(ICMIModelClassInfo classInfo)
          Returns a MOManager for the given model class.
 



Copyright 2010 SAP AG Complete Copyright Notice