public static enum RequestedTuple.TupleProjectionType extends Enum<RequestedTuple.TupleProjectionType>
Modifier and Type | Method and Description |
---|---|
static RequestedTuple.TupleProjectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestedTuple.TupleProjectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestedTuple.TupleProjectionType ALL
public static final RequestedTuple.TupleProjectionType NONE
public static final RequestedTuple.TupleProjectionType SOME
public static RequestedTuple.TupleProjectionType[] values()
for (RequestedTuple.TupleProjectionType c : RequestedTuple.TupleProjectionType.values()) System.out.println(c);
public static RequestedTuple.TupleProjectionType 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 © 1970 The Apache Software Foundation. All rights reserved.