public enum NumberActivationMode extends Enum<NumberActivationMode>
| Enum Constant and Description |
|---|
GROUPANDUSERACTIVATIONENABLED |
OFF |
USERACTIVATIONENABLED |
| Modifier and Type | Method and Description |
|---|---|
static NumberActivationMode |
get(String value) |
static NumberActivationMode[] |
getArray(String[] values) |
String |
toString() |
String |
value() |
static NumberActivationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberActivationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NumberActivationMode OFF
public static final NumberActivationMode USERACTIVATIONENABLED
public static final NumberActivationMode GROUPANDUSERACTIVATIONENABLED
public static NumberActivationMode[] values()
for (NumberActivationMode c : NumberActivationMode.values()) System.out.println(c);
public static NumberActivationMode 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 value()
public String toString()
toString in class Enum<NumberActivationMode>public static NumberActivationMode get(String value)
public static NumberActivationMode[] getArray(String[] values)
Copyright © 2016 ECG. All rights reserved.