public static enum AssignmentContentPropertyDao.Field extends java.lang.Enum<AssignmentContentPropertyDao.Field> implements DaoFieldEnum
DaoFieldEnum.OnPersist
Enum Constant and Description |
---|
ASSIGNMENT_ID |
CONTENT_TARGET_ID |
ID |
PATH |
PROPERTY_DEFN_ID |
VALUE |
Modifier and Type | Method and Description |
---|---|
QueryTerm |
getQueryTerm(java.lang.Object value) |
QueryTerm |
getQueryTerm(RelationalOpType op,
java.lang.Object value) |
static AssignmentContentPropertyDao.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssignmentContentPropertyDao.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 AssignmentContentPropertyDao.Field ID
public static final AssignmentContentPropertyDao.Field ASSIGNMENT_ID
public static final AssignmentContentPropertyDao.Field PROPERTY_DEFN_ID
public static final AssignmentContentPropertyDao.Field PATH
public static final AssignmentContentPropertyDao.Field CONTENT_TARGET_ID
public static final AssignmentContentPropertyDao.Field VALUE
public static AssignmentContentPropertyDao.Field[] values()
for (AssignmentContentPropertyDao.Field c : AssignmentContentPropertyDao.Field.values()) System.out.println(c);
public static AssignmentContentPropertyDao.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