public static enum DomainObjectPdxAutoNoDefaultConstructor.Day extends java.lang.Enum<DomainObjectPdxAutoNoDefaultConstructor.Day>
Enum Constant and Description |
---|
FRIDAY |
MONDAY |
SATURDAY |
SUNDAY |
THURSDAY |
TUESDAY |
WEDNESDAY |
Modifier and Type | Method and Description |
---|---|
static DomainObjectPdxAutoNoDefaultConstructor.Day |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DomainObjectPdxAutoNoDefaultConstructor.Day[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainObjectPdxAutoNoDefaultConstructor.Day SUNDAY
public static final DomainObjectPdxAutoNoDefaultConstructor.Day MONDAY
public static final DomainObjectPdxAutoNoDefaultConstructor.Day TUESDAY
public static final DomainObjectPdxAutoNoDefaultConstructor.Day WEDNESDAY
public static final DomainObjectPdxAutoNoDefaultConstructor.Day THURSDAY
public static final DomainObjectPdxAutoNoDefaultConstructor.Day FRIDAY
public static final DomainObjectPdxAutoNoDefaultConstructor.Day SATURDAY
public static DomainObjectPdxAutoNoDefaultConstructor.Day[] values()
for (DomainObjectPdxAutoNoDefaultConstructor.Day c : DomainObjectPdxAutoNoDefaultConstructor.Day.values()) System.out.println(c);
public static DomainObjectPdxAutoNoDefaultConstructor.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