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