Class MappingModel
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.MappingModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MappingModelInnovator,MappingModelJavaBeans,MappingModelText
The general class for mapping models.
- Version:
- 10.1.1
- Author:
- jmback
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract MappingElementIFgetElement(MappingElementIF element) Get the unique mapping element in this model.Get property descriptor loader for this model.voidreset()Reset the mapping model and forget all data.
-
Constructor Details
-
MappingModel
public MappingModel()
-
-
Method Details
-
getMetaModel
-
getPropertyDescriptorLoader
Get property descriptor loader for this model.- Returns:
- property descriptor loader
-
getElement
public abstract MappingElementIF getElement(MappingElementIF element) throws RemoteException, M2MException Get the unique mapping element in this model.- Parameters:
element- mapping element- Returns:
- the same mapping element, if it is in this model, else null
- Throws:
M2MExceptionRemoteException
-
reset
public void reset()Reset the mapping model and forget all data.
-