public static enum DomainObjectPdxAuto.Day extends java.lang.Enum<DomainObjectPdxAuto.Day>
Enum Constant and Description |
---|
FRIDAY |
MONDAY |
SATURDAY |
SUNDAY |
THURSDAY |
TUESDAY |
WEDNESDAY |
Modifier and Type | Method and Description |
---|---|
static DomainObjectPdxAuto.Day |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DomainObjectPdxAuto.Day[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainObjectPdxAuto.Day SUNDAY
public static final DomainObjectPdxAuto.Day MONDAY
public static final DomainObjectPdxAuto.Day TUESDAY
public static final DomainObjectPdxAuto.Day WEDNESDAY
public static final DomainObjectPdxAuto.Day THURSDAY
public static final DomainObjectPdxAuto.Day FRIDAY
public static final DomainObjectPdxAuto.Day SATURDAY
public static DomainObjectPdxAuto.Day[] values()
for (DomainObjectPdxAuto.Day c : DomainObjectPdxAuto.Day.values()) System.out.println(c);
public static DomainObjectPdxAuto.Day valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null