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