@Generated public enum RefreshState extends Enum<RefreshState>
| Enum Constant and Description |
|---|
MONITOR_REFRESH_STATE_CANCELED |
MONITOR_REFRESH_STATE_FAILED |
MONITOR_REFRESH_STATE_PENDING |
MONITOR_REFRESH_STATE_RUNNING |
MONITOR_REFRESH_STATE_SUCCESS |
MONITOR_REFRESH_STATE_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static RefreshState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefreshState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefreshState MONITOR_REFRESH_STATE_CANCELED
public static final RefreshState MONITOR_REFRESH_STATE_FAILED
public static final RefreshState MONITOR_REFRESH_STATE_PENDING
public static final RefreshState MONITOR_REFRESH_STATE_RUNNING
public static final RefreshState MONITOR_REFRESH_STATE_SUCCESS
public static final RefreshState MONITOR_REFRESH_STATE_UNKNOWN
public static RefreshState[] values()
for (RefreshState c : RefreshState.values()) System.out.println(c);
public static 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 © 2026. All rights reserved.