org.rhq.core.domain.search.assist
Enum AlertSearchAssistParam
java.lang.Object
java.lang.Enum<AlertSearchAssistParam>
org.rhq.core.domain.search.assist.AlertSearchAssistParam
- All Implemented Interfaces:
- Serializable, Comparable<AlertSearchAssistParam>
public enum AlertSearchAssistParam
- extends Enum<AlertSearchAssistParam>
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
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.