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