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