Uses of Enum Class
org.flowable.engine.impl.bpmn.data.ItemKind
Packages that use ItemKind
-
Uses of ItemKind in org.flowable.engine.impl.bpmn.data
Fields in org.flowable.engine.impl.bpmn.data declared as ItemKindMethods in org.flowable.engine.impl.bpmn.data that return ItemKindModifier and TypeMethodDescriptionItemDefinition.getItemKind()
static ItemKind
Returns the enum constant of this class with the specified name.static ItemKind[]
ItemKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flowable.engine.impl.bpmn.data with parameters of type ItemKind