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