static enum IndexMultiTable.KindofAdd extends java.lang.Enum<IndexMultiTable.KindofAdd>
| Enum Constant and Description | 
|---|
| addBefore | 
| addLast | 
| addOptimized | 
| replace | 
| Modifier and Type | Method and Description | 
|---|---|
| static IndexMultiTable.KindofAdd | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static IndexMultiTable.KindofAdd[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final IndexMultiTable.KindofAdd addOptimized
public static final IndexMultiTable.KindofAdd addLast
public static final IndexMultiTable.KindofAdd addBefore
public static final IndexMultiTable.KindofAdd replace
public static IndexMultiTable.KindofAdd[] values()
for (IndexMultiTable.KindofAdd c : IndexMultiTable.KindofAdd.values()) System.out.println(c);
public static IndexMultiTable.KindofAdd 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