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