public enum EnumCV_CoronaryVeins extends java.lang.Enum<EnumCV_CoronaryVeins>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_CoronaryVeins |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_CoronaryVeins[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_CoronaryVeins AZYGOS_VEIN_T_48340
public static final EnumCV_CoronaryVeins CORONARY_SINUS_T_48410
public static final EnumCV_CoronaryVeins GREAT_CARDIAC_VEIN_T_48420
public static final EnumCV_CoronaryVeins SMALL_CARDIAC_VEIN_T_48435
public static final EnumCV_CoronaryVeins ANTERIOR_CARDIAC_VEIN_T_48403
public static final EnumCV_CoronaryVeins ATRIAL_VEIN_T_48406
public static final EnumCV_CoronaryVeins ATRIOVENTRICULAR_VEIN_T_48407
public static final EnumCV_CoronaryVeins MIDDLE_CARDIAC_VEIN_T_48430
public static final EnumCV_CoronaryVeins VENTRICULAR_VEIN_T_48404
public static final EnumCV_CoronaryVeins SMALLEST_CARDIAC_VEIN_T_48405
public static EnumCV_CoronaryVeins[] values()
for (EnumCV_CoronaryVeins c : EnumCV_CoronaryVeins.values()) System.out.println(c);
public static EnumCV_CoronaryVeins 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()