public static enum AssignmentDao.Field extends java.lang.Enum<AssignmentDao.Field> implements DaoFieldEnum
DaoFieldEnum.OnPersist
Enum Constant and Description |
---|
ASSIGN_DATE |
ASSIGNEE_PRINCIPAL_TYPE_ID |
ASSIGNEE_XID |
DUE_DATE |
GROUP_CONTEXT_XID |
ID |
IS_ACTIVE |
NAME |
OWNER_XID |
RELEASE_DATE |
SEQUENCE_ID |
Modifier and Type | Method and Description |
---|---|
QueryTerm |
getQueryTerm(java.lang.Object value) |
QueryTerm |
getQueryTerm(RelationalOpType op,
java.lang.Object value) |
static AssignmentDao.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssignmentDao.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 AssignmentDao.Field ID
public static final AssignmentDao.Field SEQUENCE_ID
public static final AssignmentDao.Field NAME
public static final AssignmentDao.Field IS_ACTIVE
public static final AssignmentDao.Field OWNER_XID
public static final AssignmentDao.Field GROUP_CONTEXT_XID
public static final AssignmentDao.Field ASSIGNEE_PRINCIPAL_TYPE_ID
public static final AssignmentDao.Field ASSIGNEE_XID
public static final AssignmentDao.Field ASSIGN_DATE
public static final AssignmentDao.Field RELEASE_DATE
public static final AssignmentDao.Field DUE_DATE
public static AssignmentDao.Field[] values()
for (AssignmentDao.Field c : AssignmentDao.Field.values()) System.out.println(c);
public static AssignmentDao.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