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