|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Manages and contains all Model classes, which together form a Common Model. Provides a factory for ModelClass instances and represents the runtime characteristics of a model.
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 | |
ICMIModelInfo |
associatedModelInfo()
returns the modelInfo of this model |
ICMIModelClass |
createModelObject(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 |
createModelObject(String modelClassName)
Gets an instance of ICMIModelClass within the scope of the current model. |
| Method Detail |
public ICMIModelClass createModelObject(String modelClassName)
UnsupportedOperationException.
modelClassName - the name of the model class.
The name should be the same, that
ICMIModelClassInfo.getName() returns,
if there is an appropriate ICMModelClassInfo instance.
UnsupportedOperationException - method is not supported by this model.public ICMIModelClass createModelObject(Class modelClassClazz)
UnsupportedOperationException.
modelClassClazz - the class of the model class.
UnsupportedOperationException - method is not supported by this model.public ICMIModelInfo associatedModelInfo()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||