public enum EnumCV_VentricularSourceLocations extends java.lang.Enum<EnumCV_VentricularSourceLocations>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_VentricularSourceLocations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_VentricularSourceLocations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_VentricularSourceLocations COMMON_VENTRICLE_T_32400
public static final EnumCV_VentricularSourceLocations LEFT_VENTRICLE_T_32600
public static final EnumCV_VentricularSourceLocations LEFT_VENTRICLE_APEX_T_32602
public static final EnumCV_VentricularSourceLocations LEFT_VENTRICLE_INFLOW_T_32640
public static final EnumCV_VentricularSourceLocations LEFT_VENTRICLE_OUTFLOW_CHAMBER_D4_31022
public static final EnumCV_VentricularSourceLocations LEFT_VENTRICLE_OUTFLOW_TRACT_T_32650
public static final EnumCV_VentricularSourceLocations RIGHT_VENTRICLE_T_32500
public static final EnumCV_VentricularSourceLocations RIGHT_VENTRICLE_APEX_T_32502
public static final EnumCV_VentricularSourceLocations RIGHT_VENTRICLE_INFLOW_T_32540
public static final EnumCV_VentricularSourceLocations RIGHT_VENTRICLE_OUTFLOW_CHAMBER_D4_31032
public static final EnumCV_VentricularSourceLocations RIGHT_VENTRICLE_OUTFLOW_TRACT_T_32550
public static EnumCV_VentricularSourceLocations[] values()
for (EnumCV_VentricularSourceLocations c : EnumCV_VentricularSourceLocations.values()) System.out.println(c);
public static EnumCV_VentricularSourceLocations 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()