public enum EGenderCode extends Enum<EGenderCode> implements com.helger.commons.id.IHasID<String>, com.helger.commons.name.IHasDisplayName
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getID() |
static EGenderCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EGenderCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EGenderCode M
public static final EGenderCode F
public static final EGenderCode UN
public static EGenderCode[] values()
for (EGenderCode c : EGenderCode.values()) System.out.println(c);
public static EGenderCode 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>Copyright © 2020 toop.eu. All rights reserved.