public class TRequiredRule extends TCmmnElement
tRequiredRule defines the type of element "requiredRule".
<p>Java class for tRequiredRule complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tRequiredRule"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCmmnElement"> <sequence> <element name="condition" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tExpression" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="contextRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
| Constructor and Description |
|---|
TRequiredRule() |
| Modifier and Type | Method and Description |
|---|---|
TExpression |
getCondition()
Gets the value of the condition property.
|
Object |
getContextRef()
Gets the value of the contextRef property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCondition(TExpression value)
Sets the value of the condition property.
|
void |
setContextRef(Object value)
Sets the value of the contextRef property.
|
void |
setName(String value)
Sets the value of the name property.
|
getDescription, getId, getOtherAttributes, setDescription, setIdpublic TExpression getCondition()
Gets the value of the condition property.
TExpressionpublic void setCondition(TExpression value)
Sets the value of the condition property.
value - allowed object is
TExpressionpublic String getName()
Gets the value of the name property.
Stringpublic void setName(String value)
Sets the value of the name property.
value - allowed object is
Stringpublic Object getContextRef()
Gets the value of the contextRef property.
ObjectCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.