public static enum IncompleteCollectionState.LastOperation extends java.lang.Enum<IncompleteCollectionState.LastOperation>
Enum Constant and Description |
---|
ADD_DATASET |
ADD_RECORDS |
FIRST_DATASET |
RELOAD_DATASET |
Modifier and Type | Method and Description |
---|---|
static IncompleteCollectionState.LastOperation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IncompleteCollectionState.LastOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IncompleteCollectionState.LastOperation FIRST_DATASET
public static final IncompleteCollectionState.LastOperation ADD_DATASET
public static final IncompleteCollectionState.LastOperation RELOAD_DATASET
public static final IncompleteCollectionState.LastOperation ADD_RECORDS
public static IncompleteCollectionState.LastOperation[] values()
for (IncompleteCollectionState.LastOperation c : IncompleteCollectionState.LastOperation.values()) System.out.println(c);
public static IncompleteCollectionState.LastOperation 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 nullCopyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.