public class InputClauseImpl extends DmnElementImpl implements InputClause
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaInputVariableAttribute |
protected static ChildElement<InputExpression> |
inputExpressionChild |
protected static ChildElement<InputValues> |
inputValuesChild |
descriptionChild, extensionElementsChild, idAttribute, labelAttribute
modelInstance
Constructor and Description |
---|
InputClauseImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getCamundaInputVariable() |
InputExpression |
getInputExpression() |
InputValues |
getInputValues() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaInputVariable(String inputVariable) |
void |
setInputExpression(InputExpression inputExpression) |
void |
setInputValues(InputValues inputValues) |
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildElement, 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, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildElement, 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, updateAfterReplacement
protected static ChildElement<InputExpression> inputExpressionChild
protected static ChildElement<InputValues> inputValuesChild
public InputClauseImpl(ModelTypeInstanceContext instanceContext)
public InputExpression getInputExpression()
getInputExpression
in interface InputClause
public void setInputExpression(InputExpression inputExpression)
setInputExpression
in interface InputClause
public InputValues getInputValues()
getInputValues
in interface InputClause
public void setInputValues(InputValues inputValues)
setInputValues
in interface InputClause
public String getCamundaInputVariable()
getCamundaInputVariable
in interface InputClause
public void setCamundaInputVariable(String inputVariable)
setCamundaInputVariable
in interface InputClause
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2022. All rights reserved.