public static enum EToolsDocumentSource.DataSources extends Enum<EToolsDocumentSource.DataSources>
EToolsDocumentSource
,
see EToolsDocumentSource.dataSources
.Enum Constant and Description |
---|
ALL
All eTools data sources will be searched.
|
FASTEST
Five fastest eTools data sources at the moment will be searched.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
toString() |
static EToolsDocumentSource.DataSources |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EToolsDocumentSource.DataSources[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EToolsDocumentSource.DataSources ALL
public static final EToolsDocumentSource.DataSources FASTEST
public static EToolsDocumentSource.DataSources[] values()
for (EToolsDocumentSource.DataSources c : EToolsDocumentSource.DataSources.values()) System.out.println(c);
public static EToolsDocumentSource.DataSources valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<EToolsDocumentSource.DataSources>
public String getCode()