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