public enum OvhStreamRuleOperatorEnum extends Enum<OvhStreamRuleOperatorEnum>
| Enum Constant and Description |
|---|
FIELD_PRESENCE |
GREATER_THAN |
MATCH_EXACTLY |
MATCH_REGULAR_EXPRESSION |
SMALLER_THAN |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhStreamRuleOperatorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhStreamRuleOperatorEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhStreamRuleOperatorEnum MATCH_EXACTLY
public static final OvhStreamRuleOperatorEnum MATCH_REGULAR_EXPRESSION
public static final OvhStreamRuleOperatorEnum GREATER_THAN
public static final OvhStreamRuleOperatorEnum SMALLER_THAN
public static final OvhStreamRuleOperatorEnum FIELD_PRESENCE
public static OvhStreamRuleOperatorEnum[] values()
for (OvhStreamRuleOperatorEnum c : OvhStreamRuleOperatorEnum.values()) System.out.println(c);
public static OvhStreamRuleOperatorEnum 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 toString()
toString in class Enum<OvhStreamRuleOperatorEnum>Copyright © 2018. All rights reserved.