public class RepetitionRuleImpl extends CmmnElementImpl implements RepetitionRule
Modifier and Type | Field and Description |
---|---|
protected static ChildElement<ConditionExpression> |
conditionChild |
protected static AttributeReference<CaseFileItem> |
contextRefAttribute |
protected static Attribute<String> |
nameAttribute |
descriptionAttribute, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
RepetitionRuleImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
ConditionExpression |
getCondition() |
CaseFileItem |
getContext() |
String |
getName() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCondition(ConditionExpression condition) |
void |
setContext(CaseFileItem caseFileItem) |
void |
setName(String name) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static AttributeReference<CaseFileItem> contextRefAttribute
protected static ChildElement<ConditionExpression> conditionChild
public RepetitionRuleImpl(ModelTypeInstanceContext instanceContext)
public String getName()
getName
in interface RepetitionRule
public void setName(String name)
setName
in interface RepetitionRule
public CaseFileItem getContext()
getContext
in interface RepetitionRule
public void setContext(CaseFileItem caseFileItem)
setContext
in interface RepetitionRule
public ConditionExpression getCondition()
getCondition
in interface RepetitionRule
public void setCondition(ConditionExpression condition)
setCondition
in interface RepetitionRule
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.