public class ParameterMappingImpl extends CmmnElementImpl implements ParameterMapping
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Parameter> |
sourceRefAttribute |
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Parameter> |
targetRefAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<TransformationExpression> |
transformationChild |
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute| Constructor and Description |
|---|
ParameterMappingImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
getSource() |
Parameter |
getTarget() |
TransformationExpression |
getTransformation() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setSource(Parameter parameter) |
void |
setTarget(Parameter parameter) |
void |
setTransformation(TransformationExpression transformationExpression) |
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setIdaddChildElement, 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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, 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, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Parameter> sourceRefAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Parameter> targetRefAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElement<TransformationExpression> transformationChild
public ParameterMappingImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public Parameter getSource()
getSource in interface ParameterMappingpublic void setSource(Parameter parameter)
setSource in interface ParameterMappingpublic Parameter getTarget()
getTarget in interface ParameterMappingpublic void setTarget(Parameter parameter)
setTarget in interface ParameterMappingpublic TransformationExpression getTransformation()
getTransformation in interface ParameterMappingpublic void setTransformation(TransformationExpression transformationExpression)
setTransformation in interface ParameterMappingpublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2018 camunda services GmbH. All rights reserved.