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