public enum EAmPm extends Enum<EAmPm> implements com.helger.commons.id.IHasIntID
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName(Locale aLocale) |
static EAmPm |
getFromIDOrNull(int nID) |
int |
getID() |
static EAmPm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAmPm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static EAmPm[] values()
for (EAmPm c : EAmPm.values()) System.out.println(c);
public static EAmPm 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 int getID()
getID in interface com.helger.commons.id.IHasIntIDCopyright © 2014–2022 Philip Helger. All rights reserved.