public enum EnumCV_RenalVessels extends java.lang.Enum<EnumCV_RenalVessels>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_RenalVessels |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_RenalVessels[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_RenalVessels RENAL_ARTERY_T_46600
public static final EnumCV_RenalVessels HILAR_ARTERY_G_035C
public static final EnumCV_RenalVessels SEGMENTAL_ARTERY_T_46659
public static final EnumCV_RenalVessels LOBAR_ARTERY_T_4667C
public static final EnumCV_RenalVessels ARCUATE_ARTERY_OF_THE_KIDNEY_T_4668A
public static final EnumCV_RenalVessels INTERLOBAR_ARTERY_OF_KIDNEY_T_4667D
public static final EnumCV_RenalVessels ACCESSORY_RENAL_ARTERY_T_46640
public static final EnumCV_RenalVessels PERFORATING_ARTERY_OF_KIDNEY_T_46668
public static final EnumCV_RenalVessels RENAL_VEIN_T_48740
public static EnumCV_RenalVessels[] values()
for (EnumCV_RenalVessels c : EnumCV_RenalVessels.values()) System.out.println(c);
public static EnumCV_RenalVessels 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()