public static enum ThresholdRangeCondition.Operator extends Enum<ThresholdRangeCondition.Operator>
| Modifier and Type | Method and Description |
|---|---|
String |
getHigh() |
String |
getLow() |
static ThresholdRangeCondition.Operator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThresholdRangeCondition.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThresholdRangeCondition.Operator INCLUSIVE
public static final ThresholdRangeCondition.Operator EXCLUSIVE
public static ThresholdRangeCondition.Operator[] values()
for (ThresholdRangeCondition.Operator c : ThresholdRangeCondition.Operator.values()) System.out.println(c);
public static ThresholdRangeCondition.Operator valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getLow()
public String getHigh()
Copyright © 2015 Red Hat, Inc.. All rights reserved.