com.sap.tc.cmi.model
Interface ICMIModelClass
- All Known Subinterfaces:
- ICMIGenericModelClass, ICMIQuery
- public interface ICMIModelClass
Represents a Model class in a Model. The Model class could be generic or typed.
Note that for typed Models an implementation doesn't have to implement this interface,
since frameworks rely on name comventions for typed accessor method in this case also.
This type can be called, extended or implemented by applications or frameworks using CMI.
- Version:
- $Id: //tc/CommonModelInterface/630_VAL_REL/src/_cmi_api/java/com/sap/tc/cmi/model/ICMIModelClass.java#1 $
associatedModel
public ICMIModel associatedModel()
- Returns the model to which this ModelClass instance is associated.
- Returns:
- ICMIModel of this ModelClass
associatedModelClassInfo
public ICMIModelClassInfo associatedModelClassInfo()
- returns the metadata, i.e. an object of type
ICMIModelClassInfo, corresponding
to this model class. Typed model implementations
may return an object of type ICMIModelClassInfo or null here, where
each implementation of a generic model (that means each implementation
of ICMIGenericModelClass has to
support this method and must not return null.
- Returns:
- ICMIModelClassInfo of this ModelClass
Copyright © 2002 SAP AG. Automatically generated Thu Mar 3 2005, 21:53