Class ExpressionContext
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.property.ExpressionContext
Context while evaluating an expression. The context is created by the calling
task. New contexts are e.g. created by composed properties.
- Version:
- 11.4.1
- Author:
- jmback
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionContext(MappingElementIF sourceElement) ExpressionContext(MappingElementIF source, MappingElementIF target) ExpressionContext(ExpressionContext oldContext, MappingElementIF newSourceElement) -
Method Summary
Modifier and TypeMethodDescriptionsetAnchor(MappingAnchor anchor) setSourceElement(MappingElementIF sourceElement) setTargetElement(MappingElementIF targetElement) toString()
-
Constructor Details
-
ExpressionContext
public ExpressionContext() -
ExpressionContext
-
ExpressionContext
-
ExpressionContext
-
-
Method Details