com.ecebs.rtd.enabler.types.itso
Enum ITSOCodeResolver.EntitlementTypeCode
java.lang.Object
java.lang.Enum<ITSOCodeResolver.EntitlementTypeCode>
com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.EntitlementTypeCode
- All Implemented Interfaces:
- Serializable, Comparable<ITSOCodeResolver.EntitlementTypeCode>
- Enclosing class:
- ITSOCodeResolver
public static enum ITSOCodeResolver.EntitlementTypeCode
- extends Enum<ITSOCodeResolver.EntitlementTypeCode>
NO_ENTITLEMENT
public static final ITSOCodeResolver.EntitlementTypeCode NO_ENTITLEMENT
WARRANT
public static final ITSOCodeResolver.EntitlementTypeCode WARRANT
LIMITED_FREE_RIDE
public static final ITSOCodeResolver.EntitlementTypeCode LIMITED_FREE_RIDE
PROPORTIONAL_FARE
public static final ITSOCodeResolver.EntitlementTypeCode PROPORTIONAL_FARE
FLAT_FARE_DISCOUNT
public static final ITSOCodeResolver.EntitlementTypeCode FLAT_FARE_DISCOUNT
FLAT_FARE
public static final ITSOCodeResolver.EntitlementTypeCode FLAT_FARE
CHARGE_TO_ACCOUNT
public static final ITSOCodeResolver.EntitlementTypeCode CHARGE_TO_ACCOUNT
SUBSCRIPTION
public static final ITSOCodeResolver.EntitlementTypeCode SUBSCRIPTION
FREQUENT_TRAVELLER
public static final ITSOCodeResolver.EntitlementTypeCode FREQUENT_TRAVELLER
SENATOR
public static final ITSOCodeResolver.EntitlementTypeCode SENATOR
PREMIUM
public static final ITSOCodeResolver.EntitlementTypeCode PREMIUM
GOLD_STATUS
public static final ITSOCodeResolver.EntitlementTypeCode GOLD_STATUS
SILVER_STATUS
public static final ITSOCodeResolver.EntitlementTypeCode SILVER_STATUS
CAPPED_FARE
public static final ITSOCodeResolver.EntitlementTypeCode CAPPED_FARE
FREE_TRAVEL
public static final ITSOCodeResolver.EntitlementTypeCode FREE_TRAVEL
HALF_FARE
public static final ITSOCodeResolver.EntitlementTypeCode HALF_FARE
RFUCEN2
public static final ITSOCodeResolver.EntitlementTypeCode RFUCEN2
RFUCEN3
public static final ITSOCodeResolver.EntitlementTypeCode RFUCEN3
RFUCEN4
public static final ITSOCodeResolver.EntitlementTypeCode RFUCEN4
RFUCEN5
public static final ITSOCodeResolver.EntitlementTypeCode RFUCEN5
RFUCEN6
public static final ITSOCodeResolver.EntitlementTypeCode RFUCEN6
RFUCEN7
public static final ITSOCodeResolver.EntitlementTypeCode RFUCEN7
RFUCEN8
public static final ITSOCodeResolver.EntitlementTypeCode RFUCEN8
RFUCEN9
public static final ITSOCodeResolver.EntitlementTypeCode RFUCEN9
NETWORKIDSPECIFIC1
public static final ITSOCodeResolver.EntitlementTypeCode NETWORKIDSPECIFIC1
NETWORKIDSPECIFIC2
public static final ITSOCodeResolver.EntitlementTypeCode NETWORKIDSPECIFIC2
NETWORKIDSPECIFIC3
public static final ITSOCodeResolver.EntitlementTypeCode NETWORKIDSPECIFIC3
NETWORKIDSPECIFIC4
public static final ITSOCodeResolver.EntitlementTypeCode NETWORKIDSPECIFIC4
NETWORKIDSPECIFIC5
public static final ITSOCodeResolver.EntitlementTypeCode NETWORKIDSPECIFIC5
NETWORKIDSPECIFIC6
public static final ITSOCodeResolver.EntitlementTypeCode NETWORKIDSPECIFIC6
NETWORKIDSPECIFIC7
public static final ITSOCodeResolver.EntitlementTypeCode NETWORKIDSPECIFIC7
NETWORKIDSPECIFIC8
public static final ITSOCodeResolver.EntitlementTypeCode NETWORKIDSPECIFIC8
values
public static ITSOCodeResolver.EntitlementTypeCode[] 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.EntitlementTypeCode c : ITSOCodeResolver.EntitlementTypeCode.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.EntitlementTypeCode 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.