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