public enum VoucherCommunicationState extends java.lang.Enum<VoucherCommunicationState> implements ICRMLookupEnum
Enum Constant and Description |
---|
ON_CANCELLING_EVOUCHER |
ON_CANCELLING_PRINTED_VOUCHER |
ON_ISSUING_REFUND_VOUCHER |
ON_PURCHASE_EVOUCHER |
ON_USING_EVOUCHER |
ON_USING_PRINTED_VOUCHER |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static VoucherCommunicationState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VoucherCommunicationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VoucherCommunicationState ON_PURCHASE_EVOUCHER
public static final VoucherCommunicationState ON_USING_EVOUCHER
public static final VoucherCommunicationState ON_CANCELLING_EVOUCHER
public static final VoucherCommunicationState ON_USING_PRINTED_VOUCHER
public static final VoucherCommunicationState ON_CANCELLING_PRINTED_VOUCHER
public static final VoucherCommunicationState ON_ISSUING_REFUND_VOUCHER
public static VoucherCommunicationState[] values()
for (VoucherCommunicationState c : VoucherCommunicationState.values()) System.out.println(c);
public static VoucherCommunicationState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum