Class DecisionImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
CmmnElement, CmmnModelElementInstance, Decision, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class DecisionImpl extends CmmnElementImpl implements Decision
Author:
Roman Smirnov
  • Field Details

    • nameAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
    • implementationTypeAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> implementationTypeAttribute
    • inputCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<InputDecisionParameter> inputCollection
    • outputCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<OutputDecisionParameter> outputCollection
  • Constructor Details

    • DecisionImpl

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