public enum EnumCV_FlowQuantification extends java.lang.Enum<EnumCV_FlowQuantification>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_FlowQuantification |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_FlowQuantification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_FlowQuantification FINDINGS_121070
public static final EnumCV_FlowQuantification ANALYSIS_PERFORMED_111004
public static final EnumCV_FlowQuantification FLOW_QUANTIFICATION_122604
public static final EnumCV_FlowQuantification START_TIME_G_D321
public static final EnumCV_FlowQuantification STOP_TIME_G_D320
public static final EnumCV_FlowQuantification VELOCITY_ENCODING_MINIMUM_VALUE_122642
public static final EnumCV_FlowQuantification VELOCITY_ENCODING_MAXIMUM_VALUE_122643
public static final EnumCV_FlowQuantification MEASUREMENT_GROUP_125007
public static final EnumCV_FlowQuantification FINDING_SITE_G_C0E3
public static EnumCV_FlowQuantification[] values()
for (EnumCV_FlowQuantification c : EnumCV_FlowQuantification.values()) System.out.println(c);
public static EnumCV_FlowQuantification 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()