public enum EnumCV_OtherVascularProperties extends java.lang.Enum<EnumCV_OtherVascularProperties>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_OtherVascularProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_OtherVascularProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_OtherVascularProperties ACCELERATION_TIME_20168_1
public static final EnumCV_OtherVascularProperties DECELERATION_TIME_20217_6
public static final EnumCV_OtherVascularProperties VESSEL_LUMEN_DIAMETER_G_0364
public static final EnumCV_OtherVascularProperties VESSEL_INTIMAL_DIAMETER_R_1025C
public static final EnumCV_OtherVascularProperties VESSEL_INTIMAL_CROSS_SECTIONAL_AREA_R_1025D
public static final EnumCV_OtherVascularProperties VESSEL_OUTSIDE_DIAMETER_G_0365
public static final EnumCV_OtherVascularProperties VESSEL_LUMEN_CROSS_SECTIONAL_AREA_G_0366
public static final EnumCV_OtherVascularProperties VOLUME_FLOW_33878_0
public static final EnumCV_OtherVascularProperties VESSEL_DEPTH_FROM_SURFACE_R_1025E
public static final EnumCV_OtherVascularProperties PEAK_GRADIENT_20247_3
public static final EnumCV_OtherVascularProperties MEAN_GRADIENT_20256_4
public static final EnumCV_OtherVascularProperties LENGTH_OF_SEGMENT_R_1025F
public static EnumCV_OtherVascularProperties[] values()
for (EnumCV_OtherVascularProperties c : EnumCV_OtherVascularProperties.values()) System.out.println(c);
public static EnumCV_OtherVascularProperties 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()