public enum EnumCV_TransducerOrientation extends java.lang.Enum<EnumCV_TransducerOrientation>
| Enum Constant and Description |
|---|
CORONAL_G_A138 |
FIVE_CHAMBER_G_A191 |
FOUR_CHAMBER_G_A19C |
LONG_AXIS_G_A185 |
LONGITUDINAL_G_A143 |
OBLIQUE_G_A472 |
OFF_AXIS_G_A13B |
PARASAGITTAL_G_A189 |
SAGITTAL_G_A145 |
SHORT_AXIS_G_A186 |
TRANSVERSE_G_A117 |
TWO_CHAMBER_G_A19B |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_TransducerOrientation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_TransducerOrientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_TransducerOrientation CORONAL_G_A138
public static final EnumCV_TransducerOrientation LONGITUDINAL_G_A143
public static final EnumCV_TransducerOrientation SAGITTAL_G_A145
public static final EnumCV_TransducerOrientation PARASAGITTAL_G_A189
public static final EnumCV_TransducerOrientation OBLIQUE_G_A472
public static final EnumCV_TransducerOrientation LONG_AXIS_G_A185
public static final EnumCV_TransducerOrientation OFF_AXIS_G_A13B
public static final EnumCV_TransducerOrientation SHORT_AXIS_G_A186
public static final EnumCV_TransducerOrientation FIVE_CHAMBER_G_A191
public static final EnumCV_TransducerOrientation TWO_CHAMBER_G_A19B
public static final EnumCV_TransducerOrientation FOUR_CHAMBER_G_A19C
public static final EnumCV_TransducerOrientation TRANSVERSE_G_A117
public static EnumCV_TransducerOrientation[] values()
for (EnumCV_TransducerOrientation c : EnumCV_TransducerOrientation.values()) System.out.println(c);
public static EnumCV_TransducerOrientation 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()