public static enum RRContext.DatastoreType extends Enum<RRContext.DatastoreType>
| Enum Constant and Description |
|---|
LOCAL |
LOCALBUFFER |
REMOTE |
| Modifier and Type | Method and Description |
|---|---|
static RRContext.DatastoreType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RRContext.DatastoreType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RRContext.DatastoreType REMOTE
public static final RRContext.DatastoreType LOCAL
public static final RRContext.DatastoreType LOCALBUFFER
public static RRContext.DatastoreType[] values()
for (RRContext.DatastoreType c : RRContext.DatastoreType.values()) System.out.println(c);
public static RRContext.DatastoreType 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.