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