public static enum ThrowingLeafReaderWrapper.Flags extends java.lang.Enum<ThrowingLeafReaderWrapper.Flags>
ThrowingLeafReaderWrapper.Thrower.maybeThrow(org.elasticsearch.test.engine.ThrowingLeafReaderWrapper.Flags)
when the corresponding method is called.Enum Constant and Description |
---|
BinaryDocValues |
DocsAndPositionsEnum |
DocsEnum |
Fields |
Intersect |
Norms |
NumericDocValues |
SortedDocValues |
SortedSetDocValues |
Terms |
TermsEnum |
TermVectors |
Modifier and Type | Method and Description |
---|---|
static ThrowingLeafReaderWrapper.Flags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThrowingLeafReaderWrapper.Flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThrowingLeafReaderWrapper.Flags TermVectors
public static final ThrowingLeafReaderWrapper.Flags Terms
public static final ThrowingLeafReaderWrapper.Flags TermsEnum
public static final ThrowingLeafReaderWrapper.Flags Intersect
public static final ThrowingLeafReaderWrapper.Flags DocsEnum
public static final ThrowingLeafReaderWrapper.Flags DocsAndPositionsEnum
public static final ThrowingLeafReaderWrapper.Flags Fields
public static final ThrowingLeafReaderWrapper.Flags Norms
public static final ThrowingLeafReaderWrapper.Flags NumericDocValues
public static final ThrowingLeafReaderWrapper.Flags BinaryDocValues
public static final ThrowingLeafReaderWrapper.Flags SortedDocValues
public static final ThrowingLeafReaderWrapper.Flags SortedSetDocValues
public static ThrowingLeafReaderWrapper.Flags[] values()
for (ThrowingLeafReaderWrapper.Flags c : ThrowingLeafReaderWrapper.Flags.values()) System.out.println(c);
public static ThrowingLeafReaderWrapper.Flags valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null