Package | Description |
---|---|
com.buffalokiwi.aerodrome.jet.orders |
Modifier and Type | Method and Description |
---|---|
static OrderExceptionState |
OrderExceptionState.fromText(String text)
Attempt to retrieve a OrderExceptionState by text value
|
OrderExceptionState |
OrderRec.getExceptionState()
Signifies that something unexpected has occurred for this order.
|
OrderExceptionState |
OrderRec.Builder.getExceptionState() |
static OrderExceptionState |
OrderExceptionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderExceptionState[] |
OrderExceptionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OrderRec.Builder |
OrderRec.Builder.setExceptionState(OrderExceptionState exceptionState)
Signifies that something unexpected has occurred for this order.
|
Copyright © 2017. All rights reserved.