com.hack23.cia.model.api.sweden.configuration
Enum OperationalStatementData.Month

Package class diagram package OperationalStatementData.Month
java.lang.Object
  extended by java.lang.Enum<OperationalStatementData.Month>
      extended by com.hack23.cia.model.api.sweden.configuration.OperationalStatementData.Month
All Implemented Interfaces:
Serializable, Comparable<OperationalStatementData.Month>
Enclosing interface:
OperationalStatementData

public static enum OperationalStatementData.Month
extends Enum<OperationalStatementData.Month>

The Enum Month.


Enum Constant Summary
Enum Constant and Description
APRIL
          The APRIL.
AUGUST
          The AUGUST.
DECEMBER
          The DECEMBER.
FEBRUARY
          The FEBRUARY.
JANUARY
          The JANUARY.
JULY
          The JULY.
JUNE
          The JUNE.
MARCH
          The MARCH.
MAY
          The MAY.
NOVEMBER
          The NOVEMBER.
OCTOBER
          The OCTOBER.
SEPTEMBER
          The SEPTEMBER.
 
Method Summary
Modifier and Type Method and Description
static OperationalStatementData.Month valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationalStatementData.Month[] 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 OperationalStatementData.Month JANUARY
The JANUARY.


FEBRUARY

public static final OperationalStatementData.Month FEBRUARY
The FEBRUARY.


MARCH

public static final OperationalStatementData.Month MARCH
The MARCH.


APRIL

public static final OperationalStatementData.Month APRIL
The APRIL.


MAY

public static final OperationalStatementData.Month MAY
The MAY.


JUNE

public static final OperationalStatementData.Month JUNE
The JUNE.


JULY

public static final OperationalStatementData.Month JULY
The JULY.


AUGUST

public static final OperationalStatementData.Month AUGUST
The AUGUST.


SEPTEMBER

public static final OperationalStatementData.Month SEPTEMBER
The SEPTEMBER.


OCTOBER

public static final OperationalStatementData.Month OCTOBER
The OCTOBER.


NOVEMBER

public static final OperationalStatementData.Month NOVEMBER
The NOVEMBER.


DECEMBER

public static final OperationalStatementData.Month DECEMBER
The DECEMBER.

Method Detail

values

public static OperationalStatementData.Month[] 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 (OperationalStatementData.Month c : OperationalStatementData.Month.values())
    System.out.println(c);

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

valueOf

public static OperationalStatementData.Month 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


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.