public enum SwitchKey extends Enum<SwitchKey> implements IsKey_String
| Enum Constant and Description |
|---|
DISABLE
Disable a call switch
|
ENABLED
Enable a call switch
|
comparator| Modifier and Type | Method and Description |
|---|---|
String |
_value()
Returns the value of an IS category.
|
Object |
getDescription()
Returns the description of an object.
|
String |
toString() |
static SwitchKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwitchKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfcreate, create, create, keyCAT_TO_VALUE, CAT_TO_VALUESTRING, GET_VALUE, GET_VALUESTRING, toLogpublic static final SwitchKey ENABLED
public static final SwitchKey DISABLE
public static SwitchKey[] values()
for (SwitchKey c : SwitchKey.values()) System.out.println(c);
public static SwitchKey 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 Object getDescription()
HasDescriptiongetDescription in interface HasDescriptionpublic String _value()
CategoryWithValue_value in interface CategoryWithValue_value in interface IsKey_StringCopyright © 2010–2015. All rights reserved.