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