public static enum ObjectPropertyDefinitionDao.Field extends java.lang.Enum<ObjectPropertyDefinitionDao.Field> implements DaoFieldEnum
DaoFieldEnum.OnPersist
Enum Constant and Description |
---|
DATA_TYPE_ID |
DESCRIPTION |
HIERARCHY_ID |
ID |
IS_ACTIVE |
NAME |
PARTNER_XID |
TARGET_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 ObjectPropertyDefinitionDao.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectPropertyDefinitionDao.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectPropertyDefinitionDao.Field ID
public static final ObjectPropertyDefinitionDao.Field PARTNER_XID
public static final ObjectPropertyDefinitionDao.Field NAME
public static final ObjectPropertyDefinitionDao.Field DESCRIPTION
public static final ObjectPropertyDefinitionDao.Field DATA_TYPE_ID
public static final ObjectPropertyDefinitionDao.Field TARGET_TYPE_ID
public static final ObjectPropertyDefinitionDao.Field HIERARCHY_ID
public static final ObjectPropertyDefinitionDao.Field IS_ACTIVE
public static ObjectPropertyDefinitionDao.Field[] values()
for (ObjectPropertyDefinitionDao.Field c : ObjectPropertyDefinitionDao.Field.values()) System.out.println(c);
public static ObjectPropertyDefinitionDao.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