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