public static enum ProblemLogDao.Field extends java.lang.Enum<ProblemLogDao.Field> implements DaoFieldEnum
DaoFieldEnum.OnPersist
Enum Constant and Description |
---|
ANSWER_TEXT |
ASSIGNMENT_LOG_ID |
ATTEMPT_COUNT |
BOTTOM_HINT |
CONTINUOUS_SCORE |
DISCRETE_SCORE |
END_TIME |
FIRST_ACTION_TYPE_ID |
FIRST_RESPONSE_TIME |
HINT_COUNT |
ID |
NETWORK_STATE_ID |
PATH_INFO |
PROBLEM_ID |
START_TIME |
Modifier and Type | Method and Description |
---|---|
QueryTerm |
getQueryTerm(java.lang.Object value) |
QueryTerm |
getQueryTerm(RelationalOpType op,
java.lang.Object value) |
static ProblemLogDao.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProblemLogDao.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 ProblemLogDao.Field ID
public static final ProblemLogDao.Field ASSIGNMENT_LOG_ID
public static final ProblemLogDao.Field PROBLEM_ID
public static final ProblemLogDao.Field START_TIME
public static final ProblemLogDao.Field END_TIME
public static final ProblemLogDao.Field CONTINUOUS_SCORE
public static final ProblemLogDao.Field DISCRETE_SCORE
public static final ProblemLogDao.Field ANSWER_TEXT
public static final ProblemLogDao.Field FIRST_ACTION_TYPE_ID
public static final ProblemLogDao.Field ATTEMPT_COUNT
public static final ProblemLogDao.Field HINT_COUNT
public static final ProblemLogDao.Field BOTTOM_HINT
public static final ProblemLogDao.Field PATH_INFO
public static final ProblemLogDao.Field NETWORK_STATE_ID
public static final ProblemLogDao.Field FIRST_RESPONSE_TIME
public static ProblemLogDao.Field[] values()
for (ProblemLogDao.Field c : ProblemLogDao.Field.values()) System.out.println(c);
public static ProblemLogDao.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