Class InputClauseImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
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 Details

    • 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 Details

    • InputClauseImpl

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