org.camunda.bpm.model.dmn.impl
Class ClauseImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.dmn.impl.DmnModelElementInstanceImpl
org.camunda.bpm.model.dmn.impl.DmnElementImpl
org.camunda.bpm.model.dmn.impl.ClauseImpl
- All Implemented Interfaces:
- Clause, DmnElement, DmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
public class ClauseImpl
- extends DmnElementImpl
- implements Clause
| Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
modelInstance |
|
Constructor Summary |
ClauseImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
|
| Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
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 |
| Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance |
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 |
isOrderedAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isOrderedAttribute
inputExpressionChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<InputExpression> inputExpressionChild
inputEntryCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<InputEntry> inputEntryCollection
outputDefinitionRefChild
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<ItemDefinition,OutputDefinitionReference> outputDefinitionRefChild
outputEntryCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<OutputEntry> outputEntryCollection
camundaOutput
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaOutput
ClauseImpl
public ClauseImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
isOrdered
public boolean isOrdered()
- Specified by:
isOrdered in interface Clause
setOrdered
public void setOrdered(boolean isOrdered)
- Specified by:
setOrdered in interface Clause
getInputExpression
public InputExpression getInputExpression()
- Specified by:
getInputExpression in interface Clause
setInputExpression
public void setInputExpression(InputExpression inputExpression)
- Specified by:
setInputExpression in interface Clause
getInputEntries
public Collection<InputEntry> getInputEntries()
- Specified by:
getInputEntries in interface Clause
getOutputDefinition
public ItemDefinition getOutputDefinition()
- Specified by:
getOutputDefinition in interface Clause
setOutputDefinition
public void setOutputDefinition(ItemDefinition outputDefinition)
- Specified by:
setOutputDefinition in interface Clause
getOutputEntries
public Collection<OutputEntry> getOutputEntries()
- Specified by:
getOutputEntries in interface Clause
setCamundaOutput
public void setCamundaOutput(String output)
- Specified by:
setCamundaOutput in interface Clause
getCamundaOutput
public String getCamundaOutput()
- Specified by:
getCamundaOutput in interface Clause
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2015 camunda services GmbH. All rights reserved.