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

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

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


Enum Constant Summary
ADULT
           
BUS_TRANSPORT_COMPANY
           
CHARGEABLE_ANIMAL
           
CHARGEABLE_OBJECT
           
CHILD
           
COMMUTER
           
DISABLED_HEARING_IMPAIRED
           
DISABLED_NOT_FURTHER_SPECIFIED
           
DISABLED_VISUALLY_IMPAIRED
           
INDUSTRIAL_OWNED_HAULAGE
           
LOCAL_TRANSPORT
           
LONG_DISTANCE_TRANSPORT
           
MILITARY
           
MOTORBIKE
           
PENSIONER
           
PERAMBULATOR_WITHOUT_CHILD
           
POLICE
           
PUSHBIKE
           
RESIDENT
           
SCHOLAR
           
SENIOR
           
STAFF
           
STUDENT
           
TRAINEE
           
UNEMPLOYED
           
UNSPECIFIED
           
 
Method Summary
static ITSOCodeResolver.ProfileCodeIOP valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ITSOCodeResolver.ProfileCodeIOP[] 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

UNSPECIFIED

public static final ITSOCodeResolver.ProfileCodeIOP UNSPECIFIED

ADULT

public static final ITSOCodeResolver.ProfileCodeIOP ADULT

CHILD

public static final ITSOCodeResolver.ProfileCodeIOP CHILD

STUDENT

public static final ITSOCodeResolver.ProfileCodeIOP STUDENT

PENSIONER

public static final ITSOCodeResolver.ProfileCodeIOP PENSIONER

DISABLED_NOT_FURTHER_SPECIFIED

public static final ITSOCodeResolver.ProfileCodeIOP DISABLED_NOT_FURTHER_SPECIFIED

DISABLED_VISUALLY_IMPAIRED

public static final ITSOCodeResolver.ProfileCodeIOP DISABLED_VISUALLY_IMPAIRED

DISABLED_HEARING_IMPAIRED

public static final ITSOCodeResolver.ProfileCodeIOP DISABLED_HEARING_IMPAIRED

UNEMPLOYED

public static final ITSOCodeResolver.ProfileCodeIOP UNEMPLOYED

STAFF

public static final ITSOCodeResolver.ProfileCodeIOP STAFF

MILITARY

public static final ITSOCodeResolver.ProfileCodeIOP MILITARY

RESIDENT

public static final ITSOCodeResolver.ProfileCodeIOP RESIDENT

INDUSTRIAL_OWNED_HAULAGE

public static final ITSOCodeResolver.ProfileCodeIOP INDUSTRIAL_OWNED_HAULAGE

BUS_TRANSPORT_COMPANY

public static final ITSOCodeResolver.ProfileCodeIOP BUS_TRANSPORT_COMPANY

LONG_DISTANCE_TRANSPORT

public static final ITSOCodeResolver.ProfileCodeIOP LONG_DISTANCE_TRANSPORT

LOCAL_TRANSPORT

public static final ITSOCodeResolver.ProfileCodeIOP LOCAL_TRANSPORT

COMMUTER

public static final ITSOCodeResolver.ProfileCodeIOP COMMUTER

CHARGEABLE_ANIMAL

public static final ITSOCodeResolver.ProfileCodeIOP CHARGEABLE_ANIMAL

CHARGEABLE_OBJECT

public static final ITSOCodeResolver.ProfileCodeIOP CHARGEABLE_OBJECT

SCHOLAR

public static final ITSOCodeResolver.ProfileCodeIOP SCHOLAR

TRAINEE

public static final ITSOCodeResolver.ProfileCodeIOP TRAINEE

POLICE

public static final ITSOCodeResolver.ProfileCodeIOP POLICE

MOTORBIKE

public static final ITSOCodeResolver.ProfileCodeIOP MOTORBIKE

PUSHBIKE

public static final ITSOCodeResolver.ProfileCodeIOP PUSHBIKE

PERAMBULATOR_WITHOUT_CHILD

public static final ITSOCodeResolver.ProfileCodeIOP PERAMBULATOR_WITHOUT_CHILD

SENIOR

public static final ITSOCodeResolver.ProfileCodeIOP SENIOR
Method Detail

values

public static ITSOCodeResolver.ProfileCodeIOP[] 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.ProfileCodeIOP c : ITSOCodeResolver.ProfileCodeIOP.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.ProfileCodeIOP 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.