public static enum AssistmentInfoDao.Field extends java.lang.Enum<AssistmentInfoDao.Field> implements DaoFieldEnum
DaoFieldEnum.OnPersist
Enum Constant and Description |
---|
ASSISTMENT_ID |
CALCULATOR_ALLOWED |
CARTESIANPLOT_COUNTER |
COMMENT |
COPIED_FROM |
GRADE |
ID |
NUMBER |
PARENT_ID |
QUALITY_LEVEL_ID |
SEASON |
SOURCE |
STATE |
YEAR |
Modifier and Type | Method and Description |
---|---|
QueryTerm |
getQueryTerm(java.lang.Object value) |
QueryTerm |
getQueryTerm(RelationalOpType op,
java.lang.Object value) |
static AssistmentInfoDao.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssistmentInfoDao.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 AssistmentInfoDao.Field ID
public static final AssistmentInfoDao.Field ASSISTMENT_ID
public static final AssistmentInfoDao.Field COMMENT
public static final AssistmentInfoDao.Field STATE
public static final AssistmentInfoDao.Field GRADE
public static final AssistmentInfoDao.Field SEASON
public static final AssistmentInfoDao.Field NUMBER
public static final AssistmentInfoDao.Field YEAR
public static final AssistmentInfoDao.Field CALCULATOR_ALLOWED
public static final AssistmentInfoDao.Field SOURCE
public static final AssistmentInfoDao.Field QUALITY_LEVEL_ID
public static final AssistmentInfoDao.Field PARENT_ID
public static final AssistmentInfoDao.Field COPIED_FROM
public static final AssistmentInfoDao.Field CARTESIANPLOT_COUNTER
public static AssistmentInfoDao.Field[] values()
for (AssistmentInfoDao.Field c : AssistmentInfoDao.Field.values()) System.out.println(c);
public static AssistmentInfoDao.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