public static enum ExternalDriverApp.Status extends java.lang.Enum<ExternalDriverApp.Status>
| Enum Constant and Description | 
|---|
| ERRORThe error. | 
| EXTERNALThe external. | 
| INTERNALThe internal. | 
| UNINITIALIZEDThe uninitialized. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ExternalDriverApp.Status | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ExternalDriverApp.Status[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ExternalDriverApp.Status ERROR
public static final ExternalDriverApp.Status EXTERNAL
public static final ExternalDriverApp.Status INTERNAL
public static final ExternalDriverApp.Status UNINITIALIZED
public static ExternalDriverApp.Status[] values()
for (ExternalDriverApp.Status c : ExternalDriverApp.Status.values()) System.out.println(c);
public static ExternalDriverApp.Status 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 nullCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa