Uses of Interface
org.camunda.bpm.model.bpmn.instance.CategoryValue
-
Packages that use CategoryValue Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of CategoryValue in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement CategoryValue Modifier and Type Class Description class
CategoryValueImpl
The BPMN categoryValue elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type CategoryValue Modifier and Type Field Description protected static AttributeReference<CategoryValue>
GroupImpl. categoryValueRefAttribute
protected static ElementReferenceCollection<CategoryValue,CategoryValueRef>
FlowElementImpl. categoryValueRefCollection
protected static ChildElementCollection<CategoryValue>
CategoryImpl. categoryValuesCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return CategoryValue Modifier and Type Method Description CategoryValue
GroupImpl. getCategory()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type CategoryValue Modifier and Type Method Description java.util.Collection<CategoryValue>
FlowElementImpl. getCategoryValueRefs()
java.util.Collection<CategoryValue>
CategoryImpl. getCategoryValues()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type CategoryValue Modifier and Type Method Description void
GroupImpl. setCategory(CategoryValue categoryValue)
-
Uses of CategoryValue in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return CategoryValue Modifier and Type Method Description CategoryValue
Group. getCategory()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type CategoryValue Modifier and Type Method Description java.util.Collection<CategoryValue>
FlowElement. getCategoryValueRefs()
java.util.Collection<CategoryValue>
Category. getCategoryValues()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type CategoryValue Modifier and Type Method Description void
Group. setCategory(CategoryValue categoryValue)
-