|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICMIModel
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 |
|---|
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.ICMIModelClass createModelObject(Class modelClassClazz)
UnsupportedOperationException.
modelClassClazz - the class of the model class.
UnsupportedOperationException - method is not supported by this model.ICMIModelInfo associatedModelInfo()
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||