public static enum SanResponse.RefreshState extends Enum<SanResponse.RefreshState>
Enum Constant and Description |
---|
RefreshFailed |
Refreshing |
RefreshPending |
Stable |
Unknown |
Modifier and Type | Method and Description |
---|---|
static SanResponse.RefreshState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SanResponse.RefreshState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SanResponse.RefreshState RefreshFailed
public static final SanResponse.RefreshState RefreshPending
public static final SanResponse.RefreshState Refreshing
public static final SanResponse.RefreshState Stable
public static final SanResponse.RefreshState Unknown
public static SanResponse.RefreshState[] values()
for (SanResponse.RefreshState c : SanResponse.RefreshState.values()) System.out.println(c);
public static SanResponse.RefreshState 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 © 2016. All rights reserved.