public enum EnumCM_OtherVascularProperties extends java.lang.Enum<EnumCM_OtherVascularProperties>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_OtherVascularProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_OtherVascularProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_OtherVascularProperties ACCELERATION_TIME
public static final EnumCM_OtherVascularProperties DECELERATION_TIME
public static final EnumCM_OtherVascularProperties VESSEL_LUMEN_DIAMETER
public static final EnumCM_OtherVascularProperties VESSEL_INTIMAL_DIAMETER
public static final EnumCM_OtherVascularProperties VESSEL_INTIMAL_CROSS_SECTIONAL_AREA
public static final EnumCM_OtherVascularProperties VESSEL_OUTSIDE_DIAMETER
public static final EnumCM_OtherVascularProperties VESSEL_LUMEN_CROSS_SECTIONAL_AREA
public static final EnumCM_OtherVascularProperties VOLUME_FLOW
public static final EnumCM_OtherVascularProperties VESSEL_DEPTH_FROM_SURFACE
public static final EnumCM_OtherVascularProperties PEAK_GRADIENT
public static final EnumCM_OtherVascularProperties MEAN_GRADIENT
public static final EnumCM_OtherVascularProperties LENGTH_OF_SEGMENT
public static EnumCM_OtherVascularProperties[] values()
for (EnumCM_OtherVascularProperties c : EnumCM_OtherVascularProperties.values()) System.out.println(c);
public static EnumCM_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()