public static enum LegacyStudentClassDao.Field extends java.lang.Enum<LegacyStudentClassDao.Field> implements DaoFieldEnum
DaoFieldEnum.OnPersist
Enum Constant and Description |
---|
CLASS_TYPE_ID |
CREATED_AT |
DOMAIN_ID |
ENABLED |
END_DATE |
GRADE |
ID |
NAME |
PARAMETERS |
REPORT_STUDENTS_MIN |
REPORT_SUMMARY_HOUR |
UNCATEGORIZED_WEIGHT |
WEIGHT_BY_CATEGORY |
Modifier and Type | Method and Description |
---|---|
QueryTerm |
getQueryTerm(java.lang.Object value) |
QueryTerm |
getQueryTerm(RelationalOpType op,
java.lang.Object value) |
static LegacyStudentClassDao.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LegacyStudentClassDao.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 LegacyStudentClassDao.Field ID
public static final LegacyStudentClassDao.Field NAME
public static final LegacyStudentClassDao.Field GRADE
public static final LegacyStudentClassDao.Field ENABLED
public static final LegacyStudentClassDao.Field CREATED_AT
public static final LegacyStudentClassDao.Field UNCATEGORIZED_WEIGHT
public static final LegacyStudentClassDao.Field WEIGHT_BY_CATEGORY
public static final LegacyStudentClassDao.Field CLASS_TYPE_ID
public static final LegacyStudentClassDao.Field PARAMETERS
public static final LegacyStudentClassDao.Field REPORT_SUMMARY_HOUR
public static final LegacyStudentClassDao.Field REPORT_STUDENTS_MIN
public static final LegacyStudentClassDao.Field END_DATE
public static final LegacyStudentClassDao.Field DOMAIN_ID
public static LegacyStudentClassDao.Field[] values()
for (LegacyStudentClassDao.Field c : LegacyStudentClassDao.Field.values()) System.out.println(c);
public static LegacyStudentClassDao.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