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