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