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, idAttributemodelInstance| 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, setIdaddChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static AttributeReference<CaseFileItem> contextRefAttribute
protected static ChildElement<ConditionExpression> conditionChild
public IfPartImpl(ModelTypeInstanceContext instanceContext)
public CaseFileItem getContext()
getContext in interface IfPartpublic void setContext(CaseFileItem caseFileItem)
setContext in interface IfPartpublic Collection<ConditionExpression> getConditions()
getConditions in interface IfPartpublic ConditionExpression getCondition()
getCondition in interface IfPartpublic void setCondition(ConditionExpression condition)
setCondition in interface IfPartpublic static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.