Class OutputClauseImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
DmnElement, DmnModelElementInstance, OutputClause, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
OutputImpl

public class OutputClauseImpl extends DmnElementImpl implements OutputClause
  • Field Details

    • nameAttribute

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

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> typeRefAttribute
    • outputValuesChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<OutputValues> outputValuesChild
    • defaultOutputEntryChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<DefaultOutputEntry> defaultOutputEntryChild
  • Constructor Details

    • OutputClauseImpl

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