public class TCaseParameter extends TParameter
<p>Java class for tCaseParameter complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tCaseParameter"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tParameter"> <sequence> <element name="bindingRefinement" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tExpression" minOccurs="0"/> </sequence> <attribute name="bindingRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
| Constructor and Description |
|---|
TCaseParameter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBindingRef()
Gets the value of the bindingRef property.
|
TExpression |
getBindingRefinement()
Gets the value of the bindingRefinement property.
|
void |
setBindingRef(Object value)
Sets the value of the bindingRef property.
|
void |
setBindingRefinement(TExpression value)
Sets the value of the bindingRefinement property.
|
getName, setNamegetDescription, getId, getOtherAttributes, setDescription, setIdpublic TExpression getBindingRefinement()
Gets the value of the bindingRefinement property.
TExpressionpublic void setBindingRefinement(TExpression value)
Sets the value of the bindingRefinement property.
value - allowed object is
TExpressionpublic Object getBindingRef()
Gets the value of the bindingRef property.
ObjectCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.