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