public static enum PropertyExposureDao.Field extends java.lang.Enum<PropertyExposureDao.Field> implements DaoFieldEnum
DaoFieldEnum.OnPersist
Enum Constant and Description |
---|
CATEGORY_ID |
DEFINITION_ID |
DESCRIPTION |
ID |
IS_EDITABLE |
IS_EXPOSED |
PARTNER_XID |
PROPERTIES_TYPE_ID |
Modifier and Type | Method and Description |
---|---|
DaoFieldEnum.OnPersist |
getOnPersist() |
QueryTerm |
getQueryTerm(java.lang.Object value) |
QueryTerm |
getQueryTerm(RelationalOpType op,
java.lang.Object value) |
static PropertyExposureDao.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyExposureDao.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyExposureDao.Field ID
public static final PropertyExposureDao.Field PROPERTIES_TYPE_ID
public static final PropertyExposureDao.Field DEFINITION_ID
public static final PropertyExposureDao.Field PARTNER_XID
public static final PropertyExposureDao.Field DESCRIPTION
public static final PropertyExposureDao.Field IS_EXPOSED
public static final PropertyExposureDao.Field IS_EDITABLE
public static final PropertyExposureDao.Field CATEGORY_ID
public static PropertyExposureDao.Field[] values()
for (PropertyExposureDao.Field c : PropertyExposureDao.Field.values()) System.out.println(c);
public static PropertyExposureDao.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
public DaoFieldEnum.OnPersist getOnPersist()
getOnPersist
in interface DaoFieldEnum