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