Class IfPartImpl

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

public class IfPartImpl extends CmmnElementImpl implements IfPart
Author:
Roman Smirnov
  • Field Details

    • contextRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CaseFileItem> contextRefAttribute
    • conditionChild

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

    • IfPartImpl

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