private static enum ReferenceMaps.MergeOperation extends Enum<ReferenceMaps.MergeOperation>
| Modifier and Type | Method and Description |
|---|---|
static ReferenceMaps.MergeOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceMaps.MergeOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceMaps.MergeOperation OR
public static final ReferenceMaps.MergeOperation NAND
public static final ReferenceMaps.MergeOperation COPY
public static ReferenceMaps.MergeOperation[] values()
for (ReferenceMaps.MergeOperation c : ReferenceMaps.MergeOperation.values()) System.out.println(c);
public static ReferenceMaps.MergeOperation 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 null