|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AesScheduleMonths>
com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesScheduleMonths
public enum AesScheduleMonths
Java class for AesScheduleMonths.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AesScheduleMonths">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="JANUARY"/>
<enumeration value="FEBRUARY"/>
<enumeration value="MARCH"/>
<enumeration value="APRIL"/>
<enumeration value="MAY"/>
<enumeration value="JUNE"/>
<enumeration value="JULY"/>
<enumeration value="AUGUST"/>
<enumeration value="SEPTEMBER"/>
<enumeration value="OCTOBER"/>
<enumeration value="NOVEMBER"/>
<enumeration value="DECEMBER"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
APRIL
|
|
AUGUST
|
|
DECEMBER
|
|
FEBRUARY
|
|
JANUARY
|
|
JULY
|
|
JUNE
|
|
MARCH
|
|
MAY
|
|
NOVEMBER
|
|
OCTOBER
|
|
SEPTEMBER
|
|
| Method Summary | |
|---|---|
static AesScheduleMonths |
fromValue(String v)
|
String |
value()
|
static AesScheduleMonths |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AesScheduleMonths[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AesScheduleMonths JANUARY
public static final AesScheduleMonths FEBRUARY
public static final AesScheduleMonths MARCH
public static final AesScheduleMonths APRIL
public static final AesScheduleMonths MAY
public static final AesScheduleMonths JUNE
public static final AesScheduleMonths JULY
public static final AesScheduleMonths AUGUST
public static final AesScheduleMonths SEPTEMBER
public static final AesScheduleMonths OCTOBER
public static final AesScheduleMonths NOVEMBER
public static final AesScheduleMonths DECEMBER
| Method Detail |
|---|
public static AesScheduleMonths[] values()
for (AesScheduleMonths c : AesScheduleMonths.values()) System.out.println(c);
public static AesScheduleMonths valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static AesScheduleMonths fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||