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