Uses of Class
org.omg.spec.bpmn.model.TItemKind
-
Packages that use TItemKind Package Description org.omg.spec.bpmn.model -
-
Uses of TItemKind in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TItemKind Modifier and Type Field Description protected TItemKind
TItemDefinition. itemKind
Methods in org.omg.spec.bpmn.model that return TItemKind Modifier and Type Method Description static TItemKind
TItemKind. fromValue(String v)
TItemKind
TItemDefinition. getItemKind()
Gets the value of the itemKind property.static TItemKind
TItemKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static TItemKind[]
TItemKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.omg.spec.bpmn.model with parameters of type TItemKind Modifier and Type Method Description void
TItemDefinition. setItemKind(TItemKind value)
Sets the value of the itemKind property.
-