net.shrine.sheriff.model
Enum SheriffDAO.QueryParam
java.lang.Object
java.lang.Enum<SheriffDAO.QueryParam>
net.shrine.sheriff.model.SheriffDAO.QueryParam
- All Implemented Interfaces:
- Serializable, Comparable<SheriffDAO.QueryParam>
- Enclosing class:
- SheriffDAO
public static enum SheriffDAO.QueryParam
- extends Enum<SheriffDAO.QueryParam>
QUERYTOPICID
public static final SheriffDAO.QueryParam QUERYTOPICID
ROLE
public static final SheriffDAO.QueryParam ROLE
ECOMMONSID
public static final SheriffDAO.QueryParam ECOMMONSID
QUERYNAME
public static final SheriffDAO.QueryParam QUERYNAME
QUERYINTENT
public static final SheriffDAO.QueryParam QUERYINTENT
APPROVAL
public static final SheriffDAO.QueryParam APPROVAL
REQUESTEDTIMESTAMP
public static final SheriffDAO.QueryParam REQUESTEDTIMESTAMP
APPROVALTIMESTAMP
public static final SheriffDAO.QueryParam APPROVALTIMESTAMP
NOTE
public static final SheriffDAO.QueryParam NOTE
PROTOCOLNUMBER
public static final SheriffDAO.QueryParam PROTOCOLNUMBER
values
public static SheriffDAO.QueryParam[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SheriffDAO.QueryParam c : SheriffDAO.QueryParam.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SheriffDAO.QueryParam valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
eq
public org.hibernate.criterion.Criterion eq(Object value)
ne
public org.hibernate.criterion.Criterion ne(Object value)
like
public org.hibernate.criterion.Criterion like(Object value)
ascending
public org.hibernate.criterion.Order ascending()
descending
public org.hibernate.criterion.Order descending()
Copyright © 2011. All Rights Reserved.