public static enum HTTPDataSource.CollPaths extends Enum<HTTPDataSource.CollPaths>
| Enum Constant and Description |
|---|
COLLNAMEPATH |
COLLPROVENANCEPATH |
COLLTIMESTAMPPATH |
FIELDMIMETYPEPATH |
FIELDNAMEPATH |
FIELDPAYLOADPATH |
RECORDIDPATH |
| Modifier and Type | Method and Description |
|---|---|
static HTTPDataSource.CollPaths |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPDataSource.CollPaths[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HTTPDataSource.CollPaths COLLNAMEPATH
public static final HTTPDataSource.CollPaths COLLPROVENANCEPATH
public static final HTTPDataSource.CollPaths COLLTIMESTAMPPATH
public static final HTTPDataSource.CollPaths RECORDIDPATH
public static final HTTPDataSource.CollPaths FIELDNAMEPATH
public static final HTTPDataSource.CollPaths FIELDMIMETYPEPATH
public static final HTTPDataSource.CollPaths FIELDPAYLOADPATH
public static HTTPDataSource.CollPaths[] values()
for (HTTPDataSource.CollPaths c : HTTPDataSource.CollPaths.values()) System.out.println(c);
public static HTTPDataSource.CollPaths 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 © 2014. All Rights Reserved.