public enum ElasticSearchFilterType extends Enum<ElasticSearchFilterType>
| Enum Constant and Description |
|---|
FILTER_BY_TERM |
FILTER_CUSTOM |
FILTER_EXIST |
FILTER_NOT_EXIST |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ElasticSearchFilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElasticSearchFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElasticSearchFilterType FILTER_BY_TERM
public static final ElasticSearchFilterType FILTER_EXIST
public static final ElasticSearchFilterType FILTER_NOT_EXIST
public static final ElasticSearchFilterType FILTER_CUSTOM
public static ElasticSearchFilterType[] values()
for (ElasticSearchFilterType c : ElasticSearchFilterType.values()) System.out.println(c);
public static ElasticSearchFilterType 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<ElasticSearchFilterType>Copyright © 2003–2019 eXo Platform SAS. All rights reserved.