public enum DBField extends Enum<DBField>
| Enum Constant and Description |
|---|
CONSUMER_ID |
CREATE_TIME |
CREATOR_ID |
END_TIME |
FULLY_QUALIFIED_CONSUMER_ID |
MODIFY_TIME |
RESOURCE_OWNER |
RESOURCE_SCOPE |
RESOURCE_TYPE |
START_TIME |
SUBSET_GROUP |
UR_ID |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DBField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBField UR_ID
public static final DBField CREATOR_ID
public static final DBField START_TIME
public static final DBField END_TIME
public static final DBField CONSUMER_ID
public static final DBField FULLY_QUALIFIED_CONSUMER_ID
public static final DBField RESOURCE_TYPE
public static final DBField CREATE_TIME
public static final DBField MODIFY_TIME
public static final DBField RESOURCE_OWNER
public static final DBField RESOURCE_SCOPE
public static final DBField SUBSET_GROUP
public static DBField[] values()
for (DBField c : DBField.values()) System.out.println(c);
public static DBField 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.