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