public class TParameterMapping extends TCmmnElement
<p>Java class for tParameterMapping complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tParameterMapping"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCmmnElement"> <sequence> <element name="transformation" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tExpression" minOccurs="0"/> </sequence> <attribute name="sourceRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="targetRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
| Constructor and Description |
|---|
TParameterMapping() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getSourceRef()
Gets the value of the sourceRef property.
|
Object |
getTargetRef()
Gets the value of the targetRef property.
|
TExpression |
getTransformation()
Gets the value of the transformation property.
|
void |
setSourceRef(Object value)
Sets the value of the sourceRef property.
|
void |
setTargetRef(Object value)
Sets the value of the targetRef property.
|
void |
setTransformation(TExpression value)
Sets the value of the transformation property.
|
getDescription, getId, getOtherAttributes, setDescription, setIdpublic TExpression getTransformation()
Gets the value of the transformation property.
TExpressionpublic void setTransformation(TExpression value)
Sets the value of the transformation property.
value - allowed object is
TExpressionpublic Object getSourceRef()
Gets the value of the sourceRef property.
Objectpublic void setSourceRef(Object value)
Sets the value of the sourceRef property.
value - allowed object is
Objectpublic Object getTargetRef()
Gets the value of the targetRef property.
ObjectCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.