|
SAP NetWeaver 2004S SPS 09 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
Type Classification:
This interface is part of the Common Model Interface and is intended to be implemented by applications.
| Method Summary | |
ICMIModel |
associatedModel()
Returns the model to which this ModelClass instance is associated. |
ICMIModelClassInfo |
associatedModelClassInfo()
returns the metadata, i.e. an object of type ICMIModelClassInfo, corresponding
to this model class. |
| Method Detail |
public ICMIModel associatedModel()
public ICMIModelClassInfo associatedModelClassInfo()
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
|
SAP NetWeaver 2004S SPS 09 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||