Package | Description |
---|---|
com.modeliosoft.modelio.api.model.bpmn |
Modifier and Type | Method and Description |
---|---|
ObBpmnItemKindEnum |
IBpmnItemDefinition.getItemKind()
Getter for the ItemKind meta class attribute.
|
static ObBpmnItemKindEnum |
ObBpmnItemKindEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObBpmnItemKindEnum[] |
ObBpmnItemKindEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnItemDefinition.setItemKind(ObBpmnItemKindEnum value)
Setter for the 'ItemKind' meta class attribute
|