public enum DBCollections extends Enum<DBCollections>
| Enum Constant and Description |
|---|
CONSUMERS_RECORDS |
RESOURCE_SCOPES |
RESOURCE_TYPES |
USAGE_RECORDS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DBCollections |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBCollections[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBCollections USAGE_RECORDS
public static final DBCollections CONSUMERS_RECORDS
public static final DBCollections RESOURCE_TYPES
public static final DBCollections RESOURCE_SCOPES
public static DBCollections[] values()
for (DBCollections c : DBCollections.values()) System.out.println(c);
public static DBCollections 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<DBCollections>Copyright © 2014. All Rights Reserved.