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