Package | Description |
---|---|
ordertracker |
Modifier and Type | Method and Description |
---|---|
static Order.State |
Order.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order.State[] |
Order.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Order.setState(Order.State state)
Sets the current state.
|
Copyright © 2012–2022. All rights reserved.