public static enum AssignmentActionDao.Field extends java.lang.Enum<AssignmentActionDao.Field> implements DaoFieldEnum
DaoFieldEnum.OnPersist
Enum Constant and Description |
---|
ACTION_ID |
ACTION_LEVEL_TYPE_ID |
ASSIGNMENT_LOG_ID |
EXTRA_DATA |
ID |
MANIFEST_UID |
NETWORK_STATE_ID |
PATH |
TIMESTAMP |
USED_AS_SCAFFOLDING |
Modifier and Type | Method and Description |
---|---|
QueryTerm |
getQueryTerm(java.lang.Object value) |
QueryTerm |
getQueryTerm(RelationalOpType op,
java.lang.Object value) |
static AssignmentActionDao.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssignmentActionDao.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getOnPersist
public static final AssignmentActionDao.Field ID
public static final AssignmentActionDao.Field TIMESTAMP
public static final AssignmentActionDao.Field ASSIGNMENT_LOG_ID
public static final AssignmentActionDao.Field ACTION_LEVEL_TYPE_ID
public static final AssignmentActionDao.Field ACTION_ID
public static final AssignmentActionDao.Field USED_AS_SCAFFOLDING
public static final AssignmentActionDao.Field NETWORK_STATE_ID
public static final AssignmentActionDao.Field MANIFEST_UID
public static final AssignmentActionDao.Field PATH
public static final AssignmentActionDao.Field EXTRA_DATA
public static AssignmentActionDao.Field[] values()
for (AssignmentActionDao.Field c : AssignmentActionDao.Field.values()) System.out.println(c);
public static AssignmentActionDao.Field valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic QueryTerm getQueryTerm(java.lang.Object value)
getQueryTerm
in interface DaoFieldEnum
public QueryTerm getQueryTerm(RelationalOpType op, java.lang.Object value)
getQueryTerm
in interface DaoFieldEnum