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