public enum EnumActionTypeID extends java.lang.Enum<EnumActionTypeID>
| Enum Constant and Description |
|---|
APPLICATION_EVENT_LOGGING |
GENERAL_PURPOSE_SCHEDULED_PROCEDURE_STEP_ACTION_TYPE_ID
short value of Request GPSPS Status Modification Action Type ID
|
MEDIA_CREATION_CANCEL
short value represents cancel action type id for media creation
|
MEDIA_CREATION_INITIATE
short value represents initiate action type id for media creation
|
PRINT_ACTION
short value of Print Action type Id.
|
PRINT_QUEUE_ACTION_DELETE
short value of Print Queue Action type Id to delete Print Jobs.
|
PRINT_QUEUE_ACTION_PRIORITIZE
short value of Print Queue Action type Id to prioritize Jobs.
|
RT_CONVENTIONAL_MACHINE_VERIFICATION
short value of RT_CONVENTIONAL_MACHINE_VERIFICATION type Id.
|
STORAGE_COMMITMENT
short value of Storage Commitment Action type Id.
|
UPS_ACTION_TYPE_ID
short value of Request UPS Status Modification Action Type ID
|
UPS_CANCEL
short value represents cancel action type id for ups services
|
UPS_SUBSCRIPTION
short value represents UPS Subscription action type id for ups services
|
UPS_SUSPEND_GLOBAL_SUBSCRIPTION
short value represents UPS Suspend Global Subscription action type id for ups services
|
UPS_UNSUBSCRIBE
short value represents UPS Unsubscribe action type id for ups services
|
| Modifier and Type | Method and Description |
|---|---|
short |
getValue()
This function returns the short value of this enum.
|
static EnumActionTypeID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumActionTypeID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumActionTypeID STORAGE_COMMITMENT
public static final EnumActionTypeID RT_CONVENTIONAL_MACHINE_VERIFICATION
public static final EnumActionTypeID PRINT_ACTION
public static final EnumActionTypeID GENERAL_PURPOSE_SCHEDULED_PROCEDURE_STEP_ACTION_TYPE_ID
public static final EnumActionTypeID MEDIA_CREATION_INITIATE
public static final EnumActionTypeID MEDIA_CREATION_CANCEL
public static final EnumActionTypeID UPS_ACTION_TYPE_ID
public static final EnumActionTypeID UPS_CANCEL
public static final EnumActionTypeID UPS_SUBSCRIPTION
public static final EnumActionTypeID UPS_UNSUBSCRIBE
public static final EnumActionTypeID UPS_SUSPEND_GLOBAL_SUBSCRIPTION
public static final EnumActionTypeID APPLICATION_EVENT_LOGGING
public static final EnumActionTypeID PRINT_QUEUE_ACTION_DELETE
public static final EnumActionTypeID PRINT_QUEUE_ACTION_PRIORITIZE
public static EnumActionTypeID[] values()
for (EnumActionTypeID c : EnumActionTypeID.values()) System.out.println(c);
public static EnumActionTypeID 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 short getValue()