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