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