public enum MetaQuerySingleOperator extends Enum<MetaQuerySingleOperator>
| Enum Constant and Description |
|---|
OP_EQUAL |
OP_GREATER_EQUAL |
OP_GREATER_THAN |
OP_LESS_EQUAL |
OP_LESS_THAN |
OP_NOT_EQUAL |
OP_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
Timeseries.MetaQuerySingleOperator |
toPB() |
static MetaQuerySingleOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaQuerySingleOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaQuerySingleOperator OP_EQUAL
public static final MetaQuerySingleOperator OP_NOT_EQUAL
public static final MetaQuerySingleOperator OP_GREATER_THAN
public static final MetaQuerySingleOperator OP_GREATER_EQUAL
public static final MetaQuerySingleOperator OP_LESS_THAN
public static final MetaQuerySingleOperator OP_LESS_EQUAL
public static final MetaQuerySingleOperator OP_PREFIX
public static MetaQuerySingleOperator[] values()
for (MetaQuerySingleOperator c : MetaQuerySingleOperator.values()) System.out.println(c);
public static MetaQuerySingleOperator 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 Timeseries.MetaQuerySingleOperator toPB()
Copyright © 2024. All Rights Reserved.