public enum ProvisioningRequestProcessName extends java.lang.Enum<ProvisioningRequestProcessName> implements ICRMLookupEnum
Enum Constant and Description |
---|
CONAX_INFORMATION_UTILITY |
FINGERPRINTING_RUN |
INDIVIDUAL_FINGERPRINTS_UTILITY |
INDIVIDUAL_MAIL_BARK_MESSAGES_UTILITY |
MAIL_BARK_MESSAGE_RUN |
MANUAL |
PAIRING_UTILITY |
PROVISIONING_REQUEST_PROCESSING_RUN |
RESET_PIN_UTILITY |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static ProvisioningRequestProcessName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProvisioningRequestProcessName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvisioningRequestProcessName PROVISIONING_REQUEST_PROCESSING_RUN
public static final ProvisioningRequestProcessName MAIL_BARK_MESSAGE_RUN
public static final ProvisioningRequestProcessName INDIVIDUAL_MAIL_BARK_MESSAGES_UTILITY
public static final ProvisioningRequestProcessName FINGERPRINTING_RUN
public static final ProvisioningRequestProcessName INDIVIDUAL_FINGERPRINTS_UTILITY
public static final ProvisioningRequestProcessName PAIRING_UTILITY
public static final ProvisioningRequestProcessName RESET_PIN_UTILITY
public static final ProvisioningRequestProcessName CONAX_INFORMATION_UTILITY
public static final ProvisioningRequestProcessName MANUAL
public static ProvisioningRequestProcessName[] values()
for (ProvisioningRequestProcessName c : ProvisioningRequestProcessName.values()) System.out.println(c);
public static ProvisioningRequestProcessName 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