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