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 classCategoryValueImplThe BPMN categoryValue elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type CategoryValue Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CategoryValue>GroupImpl. categoryValueRefAttributeprotected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<CategoryValue,CategoryValueRef>FlowElementImpl. categoryValueRefCollectionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CategoryValue>CategoryImpl. categoryValuesCollectionMethods in org.camunda.bpm.model.bpmn.impl.instance that return CategoryValue Modifier and Type Method Description CategoryValueGroupImpl. getCategory()Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type CategoryValue Modifier and Type Method Description Collection<CategoryValue>FlowElementImpl. getCategoryValueRefs()Collection<CategoryValue>CategoryImpl. getCategoryValues()Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type CategoryValue Modifier and Type Method Description voidGroupImpl. 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 CategoryValueGroup. getCategory()Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type CategoryValue Modifier and Type Method Description Collection<CategoryValue>FlowElement. getCategoryValueRefs()Collection<CategoryValue>Category. getCategoryValues()Methods in org.camunda.bpm.model.bpmn.instance with parameters of type CategoryValue Modifier and Type Method Description voidGroup. setCategory(CategoryValue categoryValue)
-