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