net.shrine.sheriff.model
Enum SheriffDAO.QueryParam

java.lang.Object
  extended by java.lang.Enum<SheriffDAO.QueryParam>
      extended by 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>


Enum Constant Summary
APPROVAL
           
APPROVALTIMESTAMP
           
ECOMMONSID
           
NOTE
           
PROTOCOLNUMBER
           
QUERYINTENT
           
QUERYNAME
           
QUERYTOPICID
           
REQUESTEDTIMESTAMP
           
ROLE
           
 
Method Summary
 org.hibernate.criterion.Order ascending()
           
 org.hibernate.criterion.Order descending()
           
 org.hibernate.criterion.Criterion eq(Object value)
           
 org.hibernate.criterion.Criterion like(Object value)
           
 org.hibernate.criterion.Criterion ne(Object value)
           
static SheriffDAO.QueryParam valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SheriffDAO.QueryParam[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.