public class TPlanItemControl extends TCmmnElement
tPlanItemcontrol defines the type of element "planItemControl".
<p>Java class for tPlanItemControl complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tPlanItemControl"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCmmnElement"> <sequence> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}repetitionRule" minOccurs="0"/> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}requiredRule" minOccurs="0"/> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}manualActivationRule" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
| Constructor and Description |
|---|
TPlanItemControl() |
| Modifier and Type | Method and Description |
|---|---|
TManualActivationRule |
getManualActivationRule()
Gets the value of the manualActivationRule property.
|
TRepetitionRule |
getRepetitionRule()
Gets the value of the repetitionRule property.
|
TRequiredRule |
getRequiredRule()
Gets the value of the requiredRule property.
|
void |
setManualActivationRule(TManualActivationRule value)
Sets the value of the manualActivationRule property.
|
void |
setRepetitionRule(TRepetitionRule value)
Sets the value of the repetitionRule property.
|
void |
setRequiredRule(TRequiredRule value)
Sets the value of the requiredRule property.
|
getDescription, getId, getOtherAttributes, setDescription, setIdpublic TRepetitionRule getRepetitionRule()
Gets the value of the repetitionRule property.
TRepetitionRulepublic void setRepetitionRule(TRepetitionRule value)
Sets the value of the repetitionRule property.
value - allowed object is
TRepetitionRulepublic TRequiredRule getRequiredRule()
Gets the value of the requiredRule property.
TRequiredRulepublic void setRequiredRule(TRequiredRule value)
Sets the value of the requiredRule property.
value - allowed object is
TRequiredRulepublic TManualActivationRule getManualActivationRule()
Gets the value of the manualActivationRule property.
TManualActivationRulepublic void setManualActivationRule(TManualActivationRule value)
Sets the value of the manualActivationRule property.
value - allowed object is
TManualActivationRuleCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.