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