public enum ExsetProvisioningRequestProcessName extends java.lang.Enum<ExsetProvisioningRequestProcessName> implements ICRMLookupEnum
Enum Constant and Description |
---|
EXSET_SMS_INFORMATION_UTILITY |
MANUAL |
PROVREQUEST_PROCESSING_RUN |
RECALL_SUBSCRIPTION_UTILITY |
SEND_FINGERPRINT_MESSAGE_RUN |
SEND_INDIVIDUAL_FP_MSG |
SEND_INDIVIDUAL_INFOCAS_MSG |
SEND_INFOCAS_MESSAGE_RUN |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static ExsetProvisioningRequestProcessName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExsetProvisioningRequestProcessName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExsetProvisioningRequestProcessName PROVREQUEST_PROCESSING_RUN
public static final ExsetProvisioningRequestProcessName SEND_INFOCAS_MESSAGE_RUN
public static final ExsetProvisioningRequestProcessName SEND_FINGERPRINT_MESSAGE_RUN
public static final ExsetProvisioningRequestProcessName SEND_INDIVIDUAL_INFOCAS_MSG
public static final ExsetProvisioningRequestProcessName SEND_INDIVIDUAL_FP_MSG
public static final ExsetProvisioningRequestProcessName EXSET_SMS_INFORMATION_UTILITY
public static final ExsetProvisioningRequestProcessName RECALL_SUBSCRIPTION_UTILITY
public static final ExsetProvisioningRequestProcessName MANUAL
public static ExsetProvisioningRequestProcessName[] values()
for (ExsetProvisioningRequestProcessName c : ExsetProvisioningRequestProcessName.values()) System.out.println(c);
public static ExsetProvisioningRequestProcessName 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