Package | Description |
---|---|
org.camunda.bpm.model.cmmn | |
org.camunda.bpm.model.cmmn.impl.instance | |
org.camunda.bpm.model.cmmn.instance |
Modifier and Type | Method and Description |
---|---|
static PlanItemTransition |
PlanItemTransition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanItemTransition[] |
PlanItemTransition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PlanItemTransition |
PlanItemOnPartImpl.getStandardEvent() |
PlanItemTransition |
PlanItemStartTriggerImpl.getStandardEvent() |
PlanItemTransition |
PlanItemTransitionStandardEventImpl.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
PlanItemOnPartImpl.setStandardEvent(PlanItemTransition standardEvent) |
void |
PlanItemStartTriggerImpl.setStandardEvent(PlanItemTransition standardEvent) |
void |
PlanItemTransitionStandardEventImpl.setValue(PlanItemTransition value) |
Modifier and Type | Method and Description |
---|---|
PlanItemTransition |
PlanItemStartTrigger.getStandardEvent() |
PlanItemTransition |
PlanItemOnPart.getStandardEvent() |
PlanItemTransition |
PlanItemTransitionStandardEvent.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
PlanItemStartTrigger.setStandardEvent(PlanItemTransition standardEvent) |
void |
PlanItemOnPart.setStandardEvent(PlanItemTransition standardEvent) |
void |
PlanItemTransitionStandardEvent.setValue(PlanItemTransition value) |
Copyright © 2019. All rights reserved.