public enum KapuaUserSettingKeys extends java.lang.Enum<KapuaUserSettingKeys> implements SettingKey
| Enum Constant and Description |
|---|
USER_EVENT_ADDRESS |
USER_KEY
The key value in the configuration resources.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
key()
Gets the key for this
KapuaUserSettingKeys |
static KapuaUserSettingKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KapuaUserSettingKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KapuaUserSettingKeys USER_KEY
public static final KapuaUserSettingKeys USER_EVENT_ADDRESS
public static KapuaUserSettingKeys[] values()
for (KapuaUserSettingKeys c : KapuaUserSettingKeys.values()) System.out.println(c);
public static KapuaUserSettingKeys 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 key()
KapuaUserSettingKeyskey in interface SettingKeyCopyright © 2020 Eclipse.org. All rights reserved.