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