public static enum SkillDao.Field extends java.lang.Enum<SkillDao.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 SkillDao.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SkillDao.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 SkillDao.Field ID
public static final SkillDao.Field CODE
public static final SkillDao.Field NAME
public static final SkillDao.Field DESCRIPTION
public static final SkillDao.Field URL
public static final SkillDao.Field VARIATION_DESCRIPTION
public static final SkillDao.Field MONTH_NUMBER
public static final SkillDao.Field DOMAIN_ID
public static SkillDao.Field[] values()
for (SkillDao.Field c : SkillDao.Field.values()) System.out.println(c);
public static SkillDao.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