protected static enum DruidJsonFilter.Type extends Enum<DruidJsonFilter.Type>
| Enum Constant and Description |
|---|
AND |
BOUND |
EXPRESSION |
IN |
NOT |
OR |
SELECTOR |
| Modifier and Type | Method and Description |
|---|---|
String |
lowercase() |
static DruidJsonFilter.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DruidJsonFilter.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DruidJsonFilter.Type AND
public static final DruidJsonFilter.Type OR
public static final DruidJsonFilter.Type NOT
public static final DruidJsonFilter.Type SELECTOR
public static final DruidJsonFilter.Type IN
public static final DruidJsonFilter.Type BOUND
public static final DruidJsonFilter.Type EXPRESSION
public static DruidJsonFilter.Type[] values()
for (DruidJsonFilter.Type c : DruidJsonFilter.Type.values()) System.out.println(c);
public static DruidJsonFilter.Type 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 lowercase()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.