public static enum SetElement.SetPosition extends Enum<SetElement.SetPosition>
| Enum Constant and Description |
|---|
INITIAL |
NOT_INITIAL |
| Modifier and Type | Method and Description |
|---|---|
static SetElement.SetPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetElement.SetPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetElement.SetPosition INITIAL
public static final SetElement.SetPosition NOT_INITIAL
public static SetElement.SetPosition[] values()
for (SetElement.SetPosition c : SetElement.SetPosition.values()) System.out.println(c);
public static SetElement.SetPosition 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 nullCopyright © 2015 Couchbase, Inc.