Uses of Enum Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TItemKind
Packages that use TItemKind
-
Uses of TItemKind in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as TItemKindMethods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return TItemKindModifier and TypeMethodDescriptionstatic TItemKind
TItemDefinition.getItemKind()
Gets the value of the itemKind property.static TItemKind
Returns the enum constant of this class with the specified name.static TItemKind[]
TItemKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type TItemKindModifier and TypeMethodDescriptionvoid
TItemDefinition.setItemKind
(TItemKind value) Sets the value of the itemKind property.