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

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

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


Enum Constant Summary
ACTIVATE_STORED_TICKET
           
CHECK_IN
           
CHECK_OUT
           
CTA_PAYMENT_RECEIVED
           
EXCHANGE
           
NOT_SPECIFIED
           
RECORD_OF_MULTIPLE_LEG_JOURNEY
           
REDEEM_LOYALTY_POINTS
           
SALE
           
STR_AUTOLOAD
           
STR_DEBIT
           
STR_LOAD
           
UNDO_PREVIOUS_EVENT_WITH_REFUND
           
UNDO_PREVIOUS_EVENT_WITHOUT_REFUND
           
VALIDATION_OUTWARD_JOURNEY_IF_RETURN_TICKET
           
VALIDATION_RETURN_JOURNEY
           
 
Method Summary
static ITSOCodeResolver.EventTypeCode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ITSOCodeResolver.EventTypeCode[] 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

NOT_SPECIFIED

public static final ITSOCodeResolver.EventTypeCode NOT_SPECIFIED

SALE

public static final ITSOCodeResolver.EventTypeCode SALE

VALIDATION_OUTWARD_JOURNEY_IF_RETURN_TICKET

public static final ITSOCodeResolver.EventTypeCode VALIDATION_OUTWARD_JOURNEY_IF_RETURN_TICKET

UNDO_PREVIOUS_EVENT_WITHOUT_REFUND

public static final ITSOCodeResolver.EventTypeCode UNDO_PREVIOUS_EVENT_WITHOUT_REFUND

STR_LOAD

public static final ITSOCodeResolver.EventTypeCode STR_LOAD

STR_AUTOLOAD

public static final ITSOCodeResolver.EventTypeCode STR_AUTOLOAD

VALIDATION_RETURN_JOURNEY

public static final ITSOCodeResolver.EventTypeCode VALIDATION_RETURN_JOURNEY

STR_DEBIT

public static final ITSOCodeResolver.EventTypeCode STR_DEBIT

EXCHANGE

public static final ITSOCodeResolver.EventTypeCode EXCHANGE

REDEEM_LOYALTY_POINTS

public static final ITSOCodeResolver.EventTypeCode REDEEM_LOYALTY_POINTS

UNDO_PREVIOUS_EVENT_WITH_REFUND

public static final ITSOCodeResolver.EventTypeCode UNDO_PREVIOUS_EVENT_WITH_REFUND

CHECK_IN

public static final ITSOCodeResolver.EventTypeCode CHECK_IN

CHECK_OUT

public static final ITSOCodeResolver.EventTypeCode CHECK_OUT

ACTIVATE_STORED_TICKET

public static final ITSOCodeResolver.EventTypeCode ACTIVATE_STORED_TICKET

RECORD_OF_MULTIPLE_LEG_JOURNEY

public static final ITSOCodeResolver.EventTypeCode RECORD_OF_MULTIPLE_LEG_JOURNEY

CTA_PAYMENT_RECEIVED

public static final ITSOCodeResolver.EventTypeCode CTA_PAYMENT_RECEIVED
Method Detail

values

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