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