public enum VoucherHistoryAppliedProcess extends java.lang.Enum<VoucherHistoryAppliedProcess> implements ICRMLookupEnum
Enum Constant and Description |
---|
ACCEPTANCE_PROCESS |
ACTIVATION_PROCESS |
CANCELLATION_PROCESS |
CREATION_PROCESS |
EXPORT_PROCESS |
IMPORT_PROCESS |
MODIFICATION_PROCESS |
PURGING_PROCESS |
REJECTION_PROCESS |
RETURN_PROCESS |
SECRET_NUMBER_RETRIEVAL_PROCESS |
USAGE_PROCESS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static VoucherHistoryAppliedProcess |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VoucherHistoryAppliedProcess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VoucherHistoryAppliedProcess ACCEPTANCE_PROCESS
public static final VoucherHistoryAppliedProcess ACTIVATION_PROCESS
public static final VoucherHistoryAppliedProcess REJECTION_PROCESS
public static final VoucherHistoryAppliedProcess USAGE_PROCESS
public static final VoucherHistoryAppliedProcess CANCELLATION_PROCESS
public static final VoucherHistoryAppliedProcess PURGING_PROCESS
public static final VoucherHistoryAppliedProcess MODIFICATION_PROCESS
public static final VoucherHistoryAppliedProcess SECRET_NUMBER_RETRIEVAL_PROCESS
public static final VoucherHistoryAppliedProcess EXPORT_PROCESS
public static final VoucherHistoryAppliedProcess IMPORT_PROCESS
public static final VoucherHistoryAppliedProcess CREATION_PROCESS
public static final VoucherHistoryAppliedProcess RETURN_PROCESS
public static VoucherHistoryAppliedProcess[] values()
for (VoucherHistoryAppliedProcess c : VoucherHistoryAppliedProcess.values()) System.out.println(c);
public static VoucherHistoryAppliedProcess 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