public enum EnumCV_WallMotion extends java.lang.Enum<EnumCV_WallMotion>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_WallMotion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_WallMotion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_WallMotion NOT_EVALUATED_R_00378
public static final EnumCV_WallMotion UNKNOWN_R_41198
public static final EnumCV_WallMotion NOT_VISUALIZED_122288
public static final EnumCV_WallMotion NORMAL_WALL_MOTION_R_00344
public static final EnumCV_WallMotion HYPERKINETIC_REGION_R_0030D
public static final EnumCV_WallMotion HYPOKINESIS_R_4041B
public static final EnumCV_WallMotion MILD_HYPOKINESIS_F_32056
public static final EnumCV_WallMotion MODERATE_HYPOKINESIS_R_0032F
public static final EnumCV_WallMotion SEVERE_HYPOKINESIS_R_00370
public static final EnumCV_WallMotion AKINESIS_F_30004
public static final EnumCV_WallMotion DYSKINESIS_F_32052
public static EnumCV_WallMotion[] values()
for (EnumCV_WallMotion c : EnumCV_WallMotion.values()) System.out.println(c);
public static EnumCV_WallMotion 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()