public class ParameterMappingImpl extends CmmnElementImpl implements ParameterMapping
Modifier and Type | Field and Description |
---|---|
protected static AttributeReference<Parameter> |
sourceRefAttribute |
protected static AttributeReference<Parameter> |
targetRefAttribute |
protected static ChildElement<TransformationExpression> |
transformationChild |
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
ParameterMappingImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Parameter |
getSource() |
Parameter |
getTarget() |
TransformationExpression |
getTransformation() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setSource(Parameter parameter) |
void |
setTarget(Parameter parameter) |
void |
setTransformation(TransformationExpression transformationExpression) |
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setId
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static AttributeReference<Parameter> sourceRefAttribute
protected static AttributeReference<Parameter> targetRefAttribute
protected static ChildElement<TransformationExpression> transformationChild
public ParameterMappingImpl(ModelTypeInstanceContext instanceContext)
public Parameter getSource()
getSource
in interface ParameterMapping
public void setSource(Parameter parameter)
setSource
in interface ParameterMapping
public Parameter getTarget()
getTarget
in interface ParameterMapping
public void setTarget(Parameter parameter)
setTarget
in interface ParameterMapping
public TransformationExpression getTransformation()
getTransformation
in interface ParameterMapping
public void setTransformation(TransformationExpression transformationExpression)
setTransformation
in interface ParameterMapping
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2022. All rights reserved.