Uses of Class
org.camunda.bpm.model.bpmn.ItemKind
-
Packages that use ItemKind Package Description org.camunda.bpm.model.bpmn org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of ItemKind in org.camunda.bpm.model.bpmn
Methods in org.camunda.bpm.model.bpmn that return ItemKind Modifier and Type Method Description static ItemKind
ItemKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static ItemKind[]
ItemKind. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ItemKind in org.camunda.bpm.model.bpmn.impl.instance
Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type ItemKind Modifier and Type Field Description protected static Attribute<ItemKind>
ItemDefinitionImpl. itemKindAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance that return ItemKind Modifier and Type Method Description ItemKind
ItemDefinitionImpl. getItemKind()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type ItemKind Modifier and Type Method Description void
ItemDefinitionImpl. setItemKind(ItemKind itemKind)
-
Uses of ItemKind in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return ItemKind Modifier and Type Method Description ItemKind
ItemDefinition. getItemKind()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type ItemKind Modifier and Type Method Description void
ItemDefinition. setItemKind(ItemKind itemKind)
-