public enum IndexMerge extends java.lang.Enum<IndexMerge>
Enum Constant and Description |
---|
LEAVE_SEPARATE
Items should be left separate.
|
MERGE
Items should be merged.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isMerge()
Indicates whether items should be merged.
|
static IndexMerge |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexMerge[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexMerge MERGE
public static final IndexMerge LEAVE_SEPARATE
public static IndexMerge[] values()
for (IndexMerge c : IndexMerge.values()) System.out.println(c);
public static IndexMerge 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 nullpublic boolean isMerge()
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.