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