com.ecebs.rtd.enabler.types.itso
Enum ITSOCodeResolver.PaymentMeansCode
java.lang.Object
java.lang.Enum<ITSOCodeResolver.PaymentMeansCode>
com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.PaymentMeansCode
- All Implemented Interfaces:
- Serializable, Comparable<ITSOCodeResolver.PaymentMeansCode>
- Enclosing class:
- ITSOCodeResolver
public static enum ITSOCodeResolver.PaymentMeansCode
- extends Enum<ITSOCodeResolver.PaymentMeansCode>
UNSPECIFIED
public static final ITSOCodeResolver.PaymentMeansCode UNSPECIFIED
CASH
public static final ITSOCodeResolver.PaymentMeansCode CASH
CHEQUE
public static final ITSOCodeResolver.PaymentMeansCode CHEQUE
CREDIT_DEBIT_CARD
public static final ITSOCodeResolver.PaymentMeansCode CREDIT_DEBIT_CARD
IEP
public static final ITSOCodeResolver.PaymentMeansCode IEP
CTA
public static final ITSOCodeResolver.PaymentMeansCode CTA
DIRECT_DEBIT_OFFLINE
public static final ITSOCodeResolver.PaymentMeansCode DIRECT_DEBIT_OFFLINE
INVOICING
public static final ITSOCodeResolver.PaymentMeansCode INVOICING
STORED_TRAVEL_RIGHTS
public static final ITSOCodeResolver.PaymentMeansCode STORED_TRAVEL_RIGHTS
LOYALTY_REDEMPTION
public static final ITSOCodeResolver.PaymentMeansCode LOYALTY_REDEMPTION
TOKEN
public static final ITSOCodeResolver.PaymentMeansCode TOKEN
MEMBERSHIP_BENEFIT
public static final ITSOCodeResolver.PaymentMeansCode MEMBERSHIP_BENEFIT
AUTO_RENEW
public static final ITSOCodeResolver.PaymentMeansCode AUTO_RENEW
WARRANT
public static final ITSOCodeResolver.PaymentMeansCode WARRANT
VOUCHER
public static final ITSOCodeResolver.PaymentMeansCode VOUCHER
TRAVELLER_CHEQUE
public static final ITSOCodeResolver.PaymentMeansCode TRAVELLER_CHEQUE
values
public static ITSOCodeResolver.PaymentMeansCode[] 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.PaymentMeansCode c : ITSOCodeResolver.PaymentMeansCode.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.PaymentMeansCode 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.