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, setId
public TRepetitionRule getRepetitionRule()
Gets the value of the repetitionRule property.
TRepetitionRule
public void setRepetitionRule(TRepetitionRule value)
Sets the value of the repetitionRule property.
value
- allowed object is
TRepetitionRule
public TRequiredRule getRequiredRule()
Gets the value of the requiredRule property.
TRequiredRule
public void setRequiredRule(TRequiredRule value)
Sets the value of the requiredRule property.
value
- allowed object is
TRequiredRule
public TManualActivationRule getManualActivationRule()
Gets the value of the manualActivationRule property.
TManualActivationRule
public void setManualActivationRule(TManualActivationRule value)
Sets the value of the manualActivationRule property.
value
- allowed object is
TManualActivationRule
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.