public static enum DataSourceAccessor.TRAVERSION_TYPE extends Enum<DataSourceAccessor.TRAVERSION_TYPE>
| Enum Constant and Description |
|---|
OVERLAPPED_DS_SEQUENCES |
OVERLAPPED_STOKEN |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceAccessor.TRAVERSION_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceAccessor.TRAVERSION_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSourceAccessor.TRAVERSION_TYPE OVERLAPPED_DS_SEQUENCES
public static final DataSourceAccessor.TRAVERSION_TYPE OVERLAPPED_STOKEN
public static DataSourceAccessor.TRAVERSION_TYPE[] values()
for (DataSourceAccessor.TRAVERSION_TYPE c : DataSourceAccessor.TRAVERSION_TYPE.values()) System.out.println(c);
public static DataSourceAccessor.TRAVERSION_TYPE 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 nullCopyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.