Uses of Enum Class
org.camunda.automator.definition.ScenarioStep.Step
Packages that use ScenarioStep.Step
-
Uses of ScenarioStep.Step in org.camunda.automator.bpmnengine
Fields in org.camunda.automator.bpmnengine declared as ScenarioStep.Step -
Uses of ScenarioStep.Step in org.camunda.automator.definition
Fields in org.camunda.automator.definition declared as ScenarioStep.StepMethods in org.camunda.automator.definition that return ScenarioStep.StepModifier and TypeMethodDescriptionScenarioStep.getType()ScenarioVerificationTask.getType()static ScenarioStep.StepReturns the enum constant of this class with the specified name.static ScenarioStep.Step[]ScenarioStep.Step.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.camunda.automator.definition with parameters of type ScenarioStep.StepModifier and TypeMethodDescriptionScenarioStep.setType(ScenarioStep.Step type) voidScenarioVerificationTask.setType(ScenarioStep.Step type)