com.active_endpoints.schemas.engineapi._2010._05.engineapitypes
Enum AesScheduleMonths

java.lang.Object
  extended by java.lang.Enum<AesScheduleMonths>
      extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesScheduleMonths
All Implemented Interfaces:
Serializable, Comparable<AesScheduleMonths>

public enum AesScheduleMonths
extends 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

JANUARY

public static final AesScheduleMonths JANUARY

FEBRUARY

public static final AesScheduleMonths FEBRUARY

MARCH

public static final AesScheduleMonths MARCH

APRIL

public static final AesScheduleMonths APRIL

MAY

public static final AesScheduleMonths MAY

JUNE

public static final AesScheduleMonths JUNE

JULY

public static final AesScheduleMonths JULY

AUGUST

public static final AesScheduleMonths AUGUST

SEPTEMBER

public static final AesScheduleMonths SEPTEMBER

OCTOBER

public static final AesScheduleMonths OCTOBER

NOVEMBER

public static final AesScheduleMonths NOVEMBER

DECEMBER

public static final AesScheduleMonths DECEMBER
Method Detail

values

public static AesScheduleMonths[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AesScheduleMonths c : AesScheduleMonths.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AesScheduleMonths valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static AesScheduleMonths fromValue(String v)


Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.