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