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