Package | Description |
---|---|
org.waarp.common.state.example |
Classes implementing example of usage of Finite State Machine
|
Modifier and Type | Field and Description |
---|---|
Transition<ExampleEnumState> |
ExampleEnumState.ExampleTransition.elt |
Modifier and Type | Method and Description |
---|---|
static ExampleEnumState |
ExampleEnumState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExampleEnumState[] |
ExampleEnumState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2019 Waarp. All rights reserved.