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, setName
getDescription, getId, getOtherAttributes, setDescription, setId
public TExpression getBindingRefinement()
Gets the value of the bindingRefinement property.
TExpression
public void setBindingRefinement(TExpression value)
Sets the value of the bindingRefinement property.
value
- allowed object is
TExpression
public Object getBindingRef()
Gets the value of the bindingRef property.
Object
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.