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