public enum VoucherProcess extends java.lang.Enum<VoucherProcess> implements ICRMLookupEnum
Enum Constant and Description |
---|
ACCEPT |
ACTIVATE |
AMEND |
CANCEL |
EXPORT |
GENERATE |
MODIFY |
PURGE |
REJECT |
RETURN |
USE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static VoucherProcess |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VoucherProcess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VoucherProcess GENERATE
public static final VoucherProcess ACCEPT
public static final VoucherProcess REJECT
public static final VoucherProcess ACTIVATE
public static final VoucherProcess CANCEL
public static final VoucherProcess PURGE
public static final VoucherProcess MODIFY
public static final VoucherProcess EXPORT
public static final VoucherProcess USE
public static final VoucherProcess AMEND
public static final VoucherProcess RETURN
public static VoucherProcess[] values()
for (VoucherProcess c : VoucherProcess.values()) System.out.println(c);
public static VoucherProcess 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