public class TManualActivationRule extends TCmmnElement
tManualActivationRule defines the type of element "manualActivationRule".
<p>Java class for tManualActivationRule complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tManualActivationRule"> <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 |
---|
TManualActivationRule() |
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, setId
public TExpression getCondition()
Gets the value of the condition property.
TExpression
public void setCondition(TExpression value)
Sets the value of the condition property.
value
- allowed object is
TExpression
public String getName()
Gets the value of the name property.
String
public void setName(String value)
Sets the value of the name property.
value
- allowed object is
String
public Object getContextRef()
Gets the value of the contextRef property.
Object
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.