Uses of Class
org.activiti.engine.impl.bpmn.data.ItemKind
-
Packages that use ItemKind Package Description org.activiti.engine.impl.bpmn.data -
-
Uses of ItemKind in org.activiti.engine.impl.bpmn.data
Fields in org.activiti.engine.impl.bpmn.data declared as ItemKind Modifier and Type Field Description protected ItemKindItemDefinition. itemKindMethods in org.activiti.engine.impl.bpmn.data that return ItemKind Modifier and Type Method Description ItemKindItemDefinition. getItemKind()static ItemKindItemKind. valueOf(java.lang.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.Methods in org.activiti.engine.impl.bpmn.data with parameters of type ItemKind Modifier and Type Method Description voidItemDefinition. setItemKind(ItemKind itemKind)
-