public class IfPartImpl extends CmmnElementImpl implements IfPart
Modifier and Type | Field and Description |
---|---|
protected static ChildElement<ConditionExpression> |
conditionChild |
protected static AttributeReference<CaseFileItem> |
contextRefAttribute |
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
IfPartImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
ConditionExpression |
getCondition() |
Collection<ConditionExpression> |
getConditions() |
CaseFileItem |
getContext() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCondition(ConditionExpression condition) |
void |
setContext(CaseFileItem caseFileItem) |
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setId
addChildElement, asSet, 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, getDocumentations, 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 IfPartImpl(ModelTypeInstanceContext instanceContext)
public CaseFileItem getContext()
getContext
in interface IfPart
public void setContext(CaseFileItem caseFileItem)
setContext
in interface IfPart
public Collection<ConditionExpression> getConditions()
getConditions
in interface IfPart
public ConditionExpression getCondition()
getCondition
in interface IfPart
public void setCondition(ConditionExpression condition)
setCondition
in interface IfPart
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2017. All rights reserved.