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