public enum EnumMPPSEventTypeID extends java.lang.Enum<EnumMPPSEventTypeID> implements IEventTypeID
| Enum Constant and Description |
|---|
COMPLETED |
DELETED |
DISCONTINUED |
IN_PROGRESS
short value representing MPPS Event Type ID
|
UPDATED |
| Modifier and Type | Method and Description |
|---|---|
short |
getValue()
Returns the short value of this enum.
|
static EnumMPPSEventTypeID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumMPPSEventTypeID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumMPPSEventTypeID IN_PROGRESS
public static final EnumMPPSEventTypeID COMPLETED
public static final EnumMPPSEventTypeID DISCONTINUED
public static final EnumMPPSEventTypeID UPDATED
public static final EnumMPPSEventTypeID DELETED
public static EnumMPPSEventTypeID[] values()
for (EnumMPPSEventTypeID c : EnumMPPSEventTypeID.values()) System.out.println(c);
public static EnumMPPSEventTypeID 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