Class MetaModelPool
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.MetaModelPool
- All Implemented Interfaces:
MetaModelPoolInterface,Serializable,Remote
Pool containing all meta models.
- Version:
- 10.1.1
- Author:
- jmback
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMetaModel(String iMetaModelName) Get meta model for the meta model name.toString()
-
Constructor Details
-
MetaModelPool
-
-
Method Details
-
getMetaModel
Description copied from interface:MetaModelPoolInterfaceGet meta model for the meta model name.- Specified by:
getMetaModelin interfaceMetaModelPoolInterface- Parameters:
iMetaModelName- The name of the meta model- Returns:
- meta model
- Throws:
M2MExceptionRemoteException
-
toString
-