@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public enum ConditionOperatorName extends Enum<ConditionOperatorName> implements BmcEnum
Operation names supported for condition operator.
Enum Constant and Description |
---|
And |
Equals |
GreaterThan |
In |
LessThan |
NotEquals |
NotIn |
Or |
Range |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static ConditionOperatorName |
create(String key) |
String |
getValue() |
static ConditionOperatorName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionOperatorName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionOperatorName And
public static final ConditionOperatorName Or
public static final ConditionOperatorName In
public static final ConditionOperatorName NotIn
public static final ConditionOperatorName Equals
public static final ConditionOperatorName NotEquals
public static final ConditionOperatorName LessThan
public static final ConditionOperatorName GreaterThan
public static final ConditionOperatorName Range
public static final ConditionOperatorName UnknownEnumValue
public static ConditionOperatorName[] values()
for (ConditionOperatorName c : ConditionOperatorName.values()) System.out.println(c);
public static ConditionOperatorName 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 static ConditionOperatorName create(String key)
Copyright © 2016–2024. All rights reserved.