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 TItemKindTItemDefinition. itemKindMethods in org.omg.spec.bpmn.model that return TItemKind Modifier and Type Method Description static TItemKindTItemKind. fromValue(String v)TItemKindTItemDefinition. getItemKind()Gets the value of the itemKind property.static TItemKindTItemKind. 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 voidTItemDefinition. setItemKind(TItemKind value)Sets the value of the itemKind property. 
 -