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