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