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