Class CategoryImpl

All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, Category, RootElement, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class CategoryImpl extends RootElementImpl implements Category
  • Field Details

    • nameAttribute

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

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

    • CategoryImpl

      public CategoryImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
  • Method Details