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