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