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