CMI documentation

Uses of Interface
com.sap.tc.cmi.model.ICMIModelClass

Packages that use ICMIModelClass
com.sap.tc.cmi.model   
 

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

Subinterfaces of ICMIModelClass in com.sap.tc.cmi.model
 interface ICMIGenericModelClass
          Interface for a generic model class.
 interface ICMIQuery
          represents a query in a Model.
 

Methods in com.sap.tc.cmi.model that return ICMIModelClass
 ICMIModelClass ICMIModel.createModelObject(java.lang.String modelClassName)
          Gets an instance of ICMIModelClass within the scope of the current model.
 ICMIModelClass ICMIModel.createModelObject(java.lang.Class modelClassClazz)
          Gets an instance of ICMIModelClass within the scope of the current model If a model is not able to support this method, it must throw an UnsupportedOperationException.
 ICMIModelClass ICMIGenericModelClass.getRelatedModelObject(java.lang.String targetRoleName)
          Returns null or the appropriate object of type ICMIModelClass according to the relation role in targetRoleName, which must have the cardinality 1 or 0..1.
 

Methods in com.sap.tc.cmi.model with parameters of type ICMIModelClass
 void ICMIGenericModelClass.setRelatedModelObject(java.lang.String targetRoleName, ICMIModelClass o)
          Sets the relation role targetRoleName of an x:0..1 or x:1 relation to object o of type ICMIModelClass.
 boolean ICMIGenericModelClass.addRelatedModelObject(java.lang.String targetRoleName, ICMIModelClass o)
          adds o to the relation role targetRoleName according to the add method in the java.util.Collection interface.
 boolean ICMIGenericModelClass.removeRelatedModelObject(java.lang.String targetRoleName, ICMIModelClass o)
          removes o from the relation role targetRoleName according to the remove method in the java.util.Collection interface.
 


CMI documentation

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