public static enum Time12HrFmt.MERIDIEM extends Enum<Time12HrFmt.MERIDIEM>
| Modifier and Type | Method and Description |
|---|---|
static Time12HrFmt.MERIDIEM |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Time12HrFmt.MERIDIEM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Time12HrFmt.MERIDIEM AM
public static final Time12HrFmt.MERIDIEM PM
public static Time12HrFmt.MERIDIEM[] values()
for (Time12HrFmt.MERIDIEM c : Time12HrFmt.MERIDIEM.values()) System.out.println(c);
public static Time12HrFmt.MERIDIEM 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 nullCopyright © 2013 The Kuali Foundation. All Rights Reserved.