public static enum Preference.Name extends Enum<Preference.Name>
| Enum Constant and Description |
|---|
ChannelDisplayMode |
CollapseSetting |
DisplayNameFormat |
EmailInterval |
LastChannel |
LastTeam |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static Preference.Name |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Preference.Name[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Preference.Name CollapseSetting
public static final Preference.Name DisplayNameFormat
public static final Preference.Name LastChannel
public static final Preference.Name LastTeam
public static final Preference.Name EmailInterval
public static final Preference.Name ChannelDisplayMode
public static Preference.Name[] values()
for (Preference.Name c : Preference.Name.values()) System.out.println(c);
public static Preference.Name 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 null@Generated(value="lombok") public String getKey()
Copyright © 2019. All rights reserved.