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