public static enum OpenSearchConstants.SupportedRelations extends Enum<OpenSearchConstants.SupportedRelations>
| Modifier and Type | Method and Description |
|---|---|
static OpenSearchConstants.SupportedRelations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenSearchConstants.SupportedRelations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenSearchConstants.SupportedRelations eq
public static final OpenSearchConstants.SupportedRelations exact
public static final OpenSearchConstants.SupportedRelations any
public static final OpenSearchConstants.SupportedRelations all
public static OpenSearchConstants.SupportedRelations[] values()
for (OpenSearchConstants.SupportedRelations c : OpenSearchConstants.SupportedRelations.values()) System.out.println(c);
public static OpenSearchConstants.SupportedRelations 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 nullCopyright © 2017. All Rights Reserved.