public static enum ContentPropertyDefinitionDao.Field extends java.lang.Enum<ContentPropertyDefinitionDao.Field> implements DaoFieldEnum
DaoFieldEnum.OnPersist
Enum Constant and Description |
---|
ASSIGN_TIME_OVERRIDE_ALLOWED |
CONTENT_TYPE_ID |
DATA_TYPE_ID |
DEFAULT_VALUE_ID |
DESCRIPTION |
ID |
IS_ACTIVE |
NAME |
PARTNER_XID |
Modifier and Type | Method and Description |
---|---|
QueryTerm |
getQueryTerm(java.lang.Object value) |
QueryTerm |
getQueryTerm(RelationalOpType op,
java.lang.Object value) |
static ContentPropertyDefinitionDao.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentPropertyDefinitionDao.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 ContentPropertyDefinitionDao.Field ID
public static final ContentPropertyDefinitionDao.Field PARTNER_XID
public static final ContentPropertyDefinitionDao.Field NAME
public static final ContentPropertyDefinitionDao.Field DESCRIPTION
public static final ContentPropertyDefinitionDao.Field CONTENT_TYPE_ID
public static final ContentPropertyDefinitionDao.Field DEFAULT_VALUE_ID
public static final ContentPropertyDefinitionDao.Field DATA_TYPE_ID
public static final ContentPropertyDefinitionDao.Field ASSIGN_TIME_OVERRIDE_ALLOWED
public static final ContentPropertyDefinitionDao.Field IS_ACTIVE
public static ContentPropertyDefinitionDao.Field[] values()
for (ContentPropertyDefinitionDao.Field c : ContentPropertyDefinitionDao.Field.values()) System.out.println(c);
public static ContentPropertyDefinitionDao.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