public enum ClientStateSaveReason extends java.lang.Enum<ClientStateSaveReason>
| Enum Constant and Description |
|---|
CHANGE_GUI_THEME_TO_DEFAULT |
LOGIN |
LOGOUT |
SAVE_PROFILE |
SET_MULTI_WINDOW_MANAGER |
SET_SINGLE_WINDOW_MANAGER |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Optional<ClientStateSaveReason> |
fromValue(java.lang.String value)
Finds the matching enum constant by its string value.
|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static ClientStateSaveReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientStateSaveReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientStateSaveReason LOGIN
public static final ClientStateSaveReason LOGOUT
public static final ClientStateSaveReason CHANGE_GUI_THEME_TO_DEFAULT
public static final ClientStateSaveReason SET_SINGLE_WINDOW_MANAGER
public static final ClientStateSaveReason SET_MULTI_WINDOW_MANAGER
public static final ClientStateSaveReason SAVE_PROFILE
public static ClientStateSaveReason[] values()
for (ClientStateSaveReason c : ClientStateSaveReason.values()) System.out.println(c);
public static ClientStateSaveReason valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()
public static java.util.Optional<ClientStateSaveReason> fromValue(java.lang.String value)
value - raw string identifierpublic java.lang.String toString()
toString in class java.lang.Enum<ClientStateSaveReason>Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.