public class IfPartImpl extends CmmnElementImpl implements IfPart
| Modifier and Type | Field and Description |
|---|---|
protected static ChildElementCollection<ConditionExpression> |
conditionCollection |
protected static AttributeReference<CaseFileItem> |
contextRefAttribute |
descriptionAttribute, extensionElementsChild, idAttributemodelInstance| Constructor and Description |
|---|
IfPartImpl(ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConditionExpression> |
getConditions() |
CaseFileItem |
getContext() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setContext(CaseFileItem caseFileItem) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, 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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDescription, 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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static AttributeReference<CaseFileItem> contextRefAttribute
protected static ChildElementCollection<ConditionExpression> conditionCollection
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 static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.