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