public enum EnumCM_DeviceUseActions extends java.lang.Enum<EnumCM_DeviceUseActions>
| Enum Constant and Description |
|---|
DEVICE_APPLIED_TO_PATIENT |
DEVICE_AT_SITE_OF_INTEREST |
DEVICE_CROSSED_LESION |
DEVICE_CROSSED_SEPTUM |
DEVICE_INSERTED_INTO_SHEATH |
DEVICE_USED |
DEVICE_WITHDRAWN__REMOVED |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_DeviceUseActions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_DeviceUseActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_DeviceUseActions DEVICE_INSERTED_INTO_SHEATH
public static final EnumCM_DeviceUseActions DEVICE_AT_SITE_OF_INTEREST
public static final EnumCM_DeviceUseActions DEVICE_WITHDRAWN__REMOVED
public static final EnumCM_DeviceUseActions DEVICE_APPLIED_TO_PATIENT
public static final EnumCM_DeviceUseActions DEVICE_USED
public static final EnumCM_DeviceUseActions DEVICE_CROSSED_SEPTUM
public static final EnumCM_DeviceUseActions DEVICE_CROSSED_LESION
public static EnumCM_DeviceUseActions[] values()
for (EnumCM_DeviceUseActions c : EnumCM_DeviceUseActions.values()) System.out.println(c);
public static EnumCM_DeviceUseActions 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 getValue()