| Modifier and Type | Method and Description |
|---|---|
static Result.Status |
Result.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result.Status[] |
Result.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Result(String id,
Result.Status status) |
Result(String id,
Result.Status status,
String message) |
Copyright © 2014–2018 JBoss by Red Hat. All rights reserved.