public enum EPilot extends Enum<EPilot> implements com.helger.commons.id.IHasID<String>, com.helger.commons.name.IHasDisplayName
| Enum Constant and Description |
|---|
DOING_BUSINESS_ABROAD |
MOVING_ABROAD |
STUDYING_ABROAD |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
static EPilot |
getFromIDOrNull(String sID) |
String |
getID() |
static EPilot |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPilot[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPilot STUDYING_ABROAD
public static final EPilot DOING_BUSINESS_ABROAD
public static final EPilot MOVING_ABROAD
public static EPilot[] values()
for (EPilot c : EPilot.values()) System.out.println(c);
public static EPilot 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 null@Nonnull @Nonempty public String getID()
getID in interface com.helger.commons.id.IHasID<String>@Nonnull @Nonempty public String getDisplayName()
getDisplayName in interface com.helger.commons.name.IHasDisplayNameCopyright © 2021 DE4A. All rights reserved.