public static enum FieldMappingResponse.IndexType extends Enum<FieldMappingResponse.IndexType>
| Enum Constant and Description |
|---|
ANALYZED |
NO |
NOT_ANALYZED |
| Modifier and Type | Method and Description |
|---|---|
static FieldMappingResponse.IndexType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldMappingResponse.IndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldMappingResponse.IndexType ANALYZED
public static final FieldMappingResponse.IndexType NOT_ANALYZED
public static final FieldMappingResponse.IndexType NO
public static FieldMappingResponse.IndexType[] values()
for (FieldMappingResponse.IndexType c : FieldMappingResponse.IndexType.values()) System.out.println(c);
public static FieldMappingResponse.IndexType 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–2019 JBoss by Red Hat. All rights reserved.