org.camunda.bpm.model.dmn.impl.instance
Class InputClauseImpl

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
      extended by org.camunda.bpm.model.dmn.impl.instance.DmnModelElementInstanceImpl
          extended by org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
              extended by org.camunda.bpm.model.dmn.impl.instance.InputClauseImpl
All Implemented Interfaces:
DmnElement, DmnModelElementInstance, InputClause, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
InputImpl

public class InputClauseImpl
extends DmnElementImpl
implements InputClause


Field Summary
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaInputVariableAttribute
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<InputExpression> inputExpressionChild
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<InputValues> inputValuesChild
           
 
Fields inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
descriptionChild, extensionElementsChild, idAttribute, labelAttribute
 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
 
Constructor Summary
InputClauseImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
           
 
Method Summary
 String getCamundaInputVariable()
           
 InputExpression getInputExpression()
           
 InputValues getInputValues()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 void setCamundaInputVariable(String inputVariable)
           
 void setInputExpression(InputExpression inputExpression)
           
 void setInputValues(InputValues inputValues)
           
 
Methods inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
 
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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
 
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
 

Field Detail

inputExpressionChild

protected static org.camunda.bpm.model.xml.type.child.ChildElement<InputExpression> inputExpressionChild

inputValuesChild

protected static org.camunda.bpm.model.xml.type.child.ChildElement<InputValues> inputValuesChild

camundaInputVariableAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaInputVariableAttribute
Constructor Detail

InputClauseImpl

public InputClauseImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
Method Detail

getInputExpression

public InputExpression getInputExpression()
Specified by:
getInputExpression in interface InputClause

setInputExpression

public void setInputExpression(InputExpression inputExpression)
Specified by:
setInputExpression in interface InputClause

getInputValues

public InputValues getInputValues()
Specified by:
getInputValues in interface InputClause

setInputValues

public void setInputValues(InputValues inputValues)
Specified by:
setInputValues in interface InputClause

getCamundaInputVariable

public String getCamundaInputVariable()
Specified by:
getCamundaInputVariable in interface InputClause

setCamundaInputVariable

public void setCamundaInputVariable(String inputVariable)
Specified by:
setCamundaInputVariable in interface InputClause

registerType

public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)


Copyright © 2017 camunda services GmbH. All rights reserved.