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