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