public enum EnumCV_CIDPercutaneousEntry extends java.lang.Enum<EnumCV_CIDPercutaneousEntry>
| Enum Constant and Description |
|---|
VIA_ARM_VEIN_G_D0C6 |
VIA_ARTERY_G_D054 |
VIA_BRACHIAL_ARTERY_G_D05F |
VIA_FEMORAL_ARTERY_G_D067 |
VIA_FEMORAL_VEIN_G_D071 |
VIA_RADIAL_ARTERY_G_D1E4 |
VIA_VEIN_G_D052 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_CIDPercutaneousEntry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_CIDPercutaneousEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_CIDPercutaneousEntry VIA_FEMORAL_ARTERY_G_D067
public static final EnumCV_CIDPercutaneousEntry VIA_RADIAL_ARTERY_G_D1E4
public static final EnumCV_CIDPercutaneousEntry VIA_BRACHIAL_ARTERY_G_D05F
public static final EnumCV_CIDPercutaneousEntry VIA_ARTERY_G_D054
public static final EnumCV_CIDPercutaneousEntry VIA_ARM_VEIN_G_D0C6
public static final EnumCV_CIDPercutaneousEntry VIA_FEMORAL_VEIN_G_D071
public static final EnumCV_CIDPercutaneousEntry VIA_VEIN_G_D052
public static EnumCV_CIDPercutaneousEntry[] values()
for (EnumCV_CIDPercutaneousEntry c : EnumCV_CIDPercutaneousEntry.values()) System.out.println(c);
public static EnumCV_CIDPercutaneousEntry 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()