public static enum RefreshResult.Status extends Enum<RefreshResult.Status>
| Enum Constant and Description |
|---|
BYPASSED |
FAILURE |
MODIFY_REGISTRATION_REQUIRED |
SUCCESS |
UNAVAILABLE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static RefreshResult.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefreshResult.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefreshResult.Status SUCCESS
public static final RefreshResult.Status FAILURE
public static final RefreshResult.Status UNAVAILABLE
public static final RefreshResult.Status BYPASSED
public static final RefreshResult.Status UNKNOWN
public static final RefreshResult.Status MODIFY_REGISTRATION_REQUIRED
public static RefreshResult.Status[] values()
for (RefreshResult.Status c : RefreshResult.Status.values()) System.out.println(c);
public static RefreshResult.Status valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2006-2014 GateIn. All Rights Reserved.