public enum KapuaUserSettingKeys extends Enum<KapuaUserSettingKeys> implements SettingKey
| Enum Constant and Description |
|---|
USER_KEY
The key value in the configuration resources.
|
| Modifier and Type | Method and Description |
|---|---|
String |
key()
Gets the key for this
KapuaUserSettingKeys |
static KapuaUserSettingKeys |
valueOf(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 KapuaUserSettingKeys[] values()
for (KapuaUserSettingKeys c : KapuaUserSettingKeys.values()) System.out.println(c);
public static KapuaUserSettingKeys 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 nullpublic String key()
KapuaUserSettingKeyskey in interface SettingKeyCopyright © 2017 Eclipse.org. All rights reserved.