public enum EnumApplicationSetupType extends java.lang.Enum<EnumApplicationSetupType>
| Enum Constant and Description |
|---|
BLOEDORN
The BLOEDORN.
|
CHANDIGARH
The CHANDIGARH.
|
DELCLOS
The DELCLOS.
|
ENDOBRONCHIAL
The ENDOBRONCHIAL.
|
ENDORECTAL
The ENDORECTAL.
|
FLETCHER_SUIT
The FLETCHE r_ suit.
|
HENSCHKE
The HENSCHKE.
|
JOSLIN_FLYNN
The JOSLI n_ flynn.
|
MANCHESTER
The MANCHESTER.
|
NASOPHARYNGEAL
The NASOPHARYNGEAL.
|
OESOPHAGEAL
The OESOPHAGEAL.
|
PERINEAL
The PERINEAL.
|
SYED_NEBLETT
The SYE d_ neblett.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Returns the String value of this enum.
|
static EnumApplicationSetupType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumApplicationSetupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumApplicationSetupType FLETCHER_SUIT
public static final EnumApplicationSetupType DELCLOS
public static final EnumApplicationSetupType BLOEDORN
public static final EnumApplicationSetupType JOSLIN_FLYNN
public static final EnumApplicationSetupType CHANDIGARH
public static final EnumApplicationSetupType MANCHESTER
public static final EnumApplicationSetupType HENSCHKE
public static final EnumApplicationSetupType NASOPHARYNGEAL
public static final EnumApplicationSetupType OESOPHAGEAL
public static final EnumApplicationSetupType ENDOBRONCHIAL
public static final EnumApplicationSetupType SYED_NEBLETT
public static final EnumApplicationSetupType ENDORECTAL
public static final EnumApplicationSetupType PERINEAL
public static EnumApplicationSetupType[] values()
for (EnumApplicationSetupType c : EnumApplicationSetupType.values()) System.out.println(c);
public static EnumApplicationSetupType 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()