public static enum SequenceDao.Field extends java.lang.Enum<SequenceDao.Field> implements DaoFieldEnum
DaoFieldEnum.OnPersist| Enum Constant and Description | 
|---|
CREATE_AT  | 
DESCRIPTION  | 
GRADE  | 
HEAD_SECTION_ID  | 
ID  | 
NAME  | 
PARAMETERS  | 
QUALITY_LEVEL_ID  | 
UPDATED_AT  | 
| Modifier and Type | Method and Description | 
|---|---|
QueryTerm | 
getQueryTerm(java.lang.Object value)  | 
QueryTerm | 
getQueryTerm(RelationalOpType op,
            java.lang.Object value)  | 
static SequenceDao.Field | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SequenceDao.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, valueOfgetOnPersistpublic static final SequenceDao.Field ID
public static final SequenceDao.Field HEAD_SECTION_ID
public static final SequenceDao.Field CREATE_AT
public static final SequenceDao.Field NAME
public static final SequenceDao.Field DESCRIPTION
public static final SequenceDao.Field GRADE
public static final SequenceDao.Field QUALITY_LEVEL_ID
public static final SequenceDao.Field PARAMETERS
public static final SequenceDao.Field UPDATED_AT
public static SequenceDao.Field[] values()
for (SequenceDao.Field c : SequenceDao.Field.values()) System.out.println(c);
public static SequenceDao.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 DaoFieldEnumpublic QueryTerm getQueryTerm(RelationalOpType op, java.lang.Object value)
getQueryTerm in interface DaoFieldEnum