com.ecebs.rtd.enabler.types.itso
Enum ITSOCodeResolver.AccomodationClassCode

java.lang.Object
  extended by java.lang.Enum<ITSOCodeResolver.AccomodationClassCode>
      extended by com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.AccomodationClassCode
All Implemented Interfaces:
Serializable, Comparable<ITSOCodeResolver.AccomodationClassCode>
Enclosing class:
ITSOCodeResolver

public static enum ITSOCodeResolver.AccomodationClassCode
extends Enum<ITSOCodeResolver.AccomodationClassCode>


Enum Constant Summary
BUSINESS
           
CLUB
           
ECONOMY
           
ENHANCED_STANDARD
           
FIRST
           
LARGE
           
NETWORKIDSPECIFIC1
           
NETWORKIDSPECIFIC2
           
NETWORKIDSPECIFIC3
           
PREMIUM
           
RFUCEN1
           
RFUCEN2
           
RFUCEN3
           
SECOND
           
SMALL
           
UNKNOWN
           
 
Method Summary
static ITSOCodeResolver.AccomodationClassCode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ITSOCodeResolver.AccomodationClassCode[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

UNKNOWN

public static final ITSOCodeResolver.AccomodationClassCode UNKNOWN

FIRST

public static final ITSOCodeResolver.AccomodationClassCode FIRST

SECOND

public static final ITSOCodeResolver.AccomodationClassCode SECOND

SMALL

public static final ITSOCodeResolver.AccomodationClassCode SMALL

LARGE

public static final ITSOCodeResolver.AccomodationClassCode LARGE

BUSINESS

public static final ITSOCodeResolver.AccomodationClassCode BUSINESS

ECONOMY

public static final ITSOCodeResolver.AccomodationClassCode ECONOMY

CLUB

public static final ITSOCodeResolver.AccomodationClassCode CLUB

ENHANCED_STANDARD

public static final ITSOCodeResolver.AccomodationClassCode ENHANCED_STANDARD

PREMIUM

public static final ITSOCodeResolver.AccomodationClassCode PREMIUM

RFUCEN1

public static final ITSOCodeResolver.AccomodationClassCode RFUCEN1

RFUCEN2

public static final ITSOCodeResolver.AccomodationClassCode RFUCEN2

RFUCEN3

public static final ITSOCodeResolver.AccomodationClassCode RFUCEN3

NETWORKIDSPECIFIC1

public static final ITSOCodeResolver.AccomodationClassCode NETWORKIDSPECIFIC1

NETWORKIDSPECIFIC2

public static final ITSOCodeResolver.AccomodationClassCode NETWORKIDSPECIFIC2

NETWORKIDSPECIFIC3

public static final ITSOCodeResolver.AccomodationClassCode NETWORKIDSPECIFIC3
Method Detail

values

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

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

valueOf

public static ITSOCodeResolver.AccomodationClassCode 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 © 2013 Ecebs Ltd. All Rights Reserved.