public enum EnumSCEventTypeID extends java.lang.Enum<EnumSCEventTypeID> implements IEventTypeID
| Enum Constant and Description |
|---|
RT_CONVENTIONAL_MACHINE_VERIFICATION_DONE
short value represents Done action type id for RT Conventional Machine Verification
|
RT_CONVENTIONAL_MACHINE_VERIFICATION_PENDING
short value represents Pending action type id for RT Conventional Machine Verification
|
STORAGE_COMMITMENT_ACTION_TYPE_ID
short value of storage commitment action type id.
|
UPS_CANCEL_REQUESTED |
UPS_PROGRESS_REPORT |
UPS_SCP_STATUS_CHANGE |
UPS_STATEREPORT
short value of UPS action type id.
|
| Modifier and Type | Method and Description |
|---|---|
short |
getValue()
This function returns the short value of this enum.
|
static EnumSCEventTypeID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumSCEventTypeID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumSCEventTypeID STORAGE_COMMITMENT_ACTION_TYPE_ID
public static final EnumSCEventTypeID RT_CONVENTIONAL_MACHINE_VERIFICATION_PENDING
public static final EnumSCEventTypeID RT_CONVENTIONAL_MACHINE_VERIFICATION_DONE
public static final EnumSCEventTypeID UPS_STATEREPORT
public static final EnumSCEventTypeID UPS_CANCEL_REQUESTED
public static final EnumSCEventTypeID UPS_PROGRESS_REPORT
public static final EnumSCEventTypeID UPS_SCP_STATUS_CHANGE
public static EnumSCEventTypeID[] values()
for (EnumSCEventTypeID c : EnumSCEventTypeID.values()) System.out.println(c);
public static EnumSCEventTypeID 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()
getValue in interface IEventTypeID