Class MappingModelText
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.MappingModel
de.mid.innovator.m2msdk.model.text.MappingModelText
- All Implemented Interfaces:
Serializable
Mapping model for text files.
- Version:
- 11.1.0
- Author:
- joachim
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MappingModelTextget(MappingModel model) getElement(MappingElementIF element) Get the unique mapping element in this model.getLine(int iLine) Methods inherited from class de.mid.innovator.m2msdk.model.transformation.MappingModel
getMetaModel, getPropertyDescriptorLoader, reset
-
Constructor Details
-
MappingModelText
public MappingModelText(SessionInterface session, FileAccess iFile) throws M2MException, RemoteException - Throws:
M2MExceptionRemoteException
-
-
Method Details
-
get
-
getElement
Description copied from class:MappingModelGet the unique mapping element in this model.- Specified by:
getElementin classMappingModel- Parameters:
element- mapping element- Returns:
- the same mapping element, if it is in this model, else null
-
getLine
-