|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Outcome.State | |
---|---|
com.ecebs.rtd.enabler.types | Contains basic types used by the library |
Uses of Outcome.State in com.ecebs.rtd.enabler.types |
---|
Methods in com.ecebs.rtd.enabler.types that return Outcome.State | |
---|---|
Outcome.State |
Outcome.getState()
Get the state that the operation was in when it finished |
static Outcome.State |
Outcome.State.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Outcome.State[] |
Outcome.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.ecebs.rtd.enabler.types with parameters of type Outcome.State | |
---|---|
void |
Outcome.setState(Outcome.State state)
|
Constructors in com.ecebs.rtd.enabler.types with parameters of type Outcome.State | |
---|---|
Outcome(Outcome.State state,
Outcome.Code code)
|
|
Outcome(Outcome.State state,
Outcome.Code code,
String hint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |