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