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