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