org.rhq.core.domain.search.assist
Enum AlertSearchAssistParam

java.lang.Object
  extended by java.lang.Enum<AlertSearchAssistParam>
      extended by org.rhq.core.domain.search.assist.AlertSearchAssistParam
All Implemented Interfaces:
Serializable, Comparable<AlertSearchAssistParam>

public enum AlertSearchAssistParam
extends Enum<AlertSearchAssistParam>


Enum Constant Summary
lastHours02
           
lastHours04
           
lastHours08
           
lastHours24
           
lastMins05
           
lastMins10
           
lastMins30
           
lastMins60
           
 
Method Summary
 long getLastMillis()
           
static String getLastTime(String param)
           
static AlertSearchAssistParam valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AlertSearchAssistParam[] 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

lastMins05

public static final AlertSearchAssistParam lastMins05

lastMins10

public static final AlertSearchAssistParam lastMins10

lastMins30

public static final AlertSearchAssistParam lastMins30

lastMins60

public static final AlertSearchAssistParam lastMins60

lastHours02

public static final AlertSearchAssistParam lastHours02

lastHours04

public static final AlertSearchAssistParam lastHours04

lastHours08

public static final AlertSearchAssistParam lastHours08

lastHours24

public static final AlertSearchAssistParam lastHours24
Method Detail

values

public static AlertSearchAssistParam[] 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 (AlertSearchAssistParam c : AlertSearchAssistParam.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AlertSearchAssistParam 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

getLastMillis

public long getLastMillis()

getLastTime

public static String getLastTime(String param)


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.