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