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