org.rhq.core.domain.alert
Enum AlertConditionOperator
java.lang.Object
java.lang.Enum<AlertConditionOperator>
org.rhq.core.domain.alert.AlertConditionOperator
- All Implemented Interfaces:
- Serializable, Comparable<AlertConditionOperator>
public enum AlertConditionOperator
- extends Enum<AlertConditionOperator>
LESS_THAN_OR_EQUAL_TO
public static final AlertConditionOperator LESS_THAN_OR_EQUAL_TO
LESS_THAN
public static final AlertConditionOperator LESS_THAN
EQUALS
public static final AlertConditionOperator EQUALS
REGEX
public static final AlertConditionOperator REGEX
GREATER_THAN
public static final AlertConditionOperator GREATER_THAN
GREATER_THAN_OR_EQUAL_TO
public static final AlertConditionOperator GREATER_THAN_OR_EQUAL_TO
CHANGES
public static final AlertConditionOperator CHANGES
CHANGES_TO
public static final AlertConditionOperator CHANGES_TO
CHANGES_FROM
public static final AlertConditionOperator CHANGES_FROM
AVAIL_GOES_DOWN
public static final AlertConditionOperator AVAIL_GOES_DOWN
AVAIL_GOES_DISABLED
public static final AlertConditionOperator AVAIL_GOES_DISABLED
AVAIL_GOES_UNKNOWN
public static final AlertConditionOperator AVAIL_GOES_UNKNOWN
AVAIL_GOES_NOT_UP
public static final AlertConditionOperator AVAIL_GOES_NOT_UP
AVAIL_GOES_UP
public static final AlertConditionOperator AVAIL_GOES_UP
AVAIL_DURATION_DOWN
public static final AlertConditionOperator AVAIL_DURATION_DOWN
AVAIL_DURATION_NOT_UP
public static final AlertConditionOperator AVAIL_DURATION_NOT_UP
values
public static AlertConditionOperator[] 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 (AlertConditionOperator c : AlertConditionOperator.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AlertConditionOperator 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
getDefaultType
public AlertConditionOperator.Type getDefaultType()
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.