public static enum Selector.Kind extends java.lang.Enum<Selector.Kind>
Selector
kinds.Enum Constant and Description |
---|
AGGREGATE_FUNCTION_SELECTOR |
ELEMENT_SELECTOR |
FIELD_SELECTOR |
LIST_SELECTOR |
MAP_SELECTOR |
SCALAR_FUNCTION_SELECTOR |
SET_SELECTOR |
SIMPLE_SELECTOR |
SLICE_SELECTOR |
TERM_SELECTOR |
TUPLE_SELECTOR |
USER_TYPE_SELECTOR |
WRITETIME_OR_TTL_SELECTOR |
Modifier and Type | Method and Description |
---|---|
static Selector.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Selector.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Selector.Kind SIMPLE_SELECTOR
public static final Selector.Kind TERM_SELECTOR
public static final Selector.Kind WRITETIME_OR_TTL_SELECTOR
public static final Selector.Kind LIST_SELECTOR
public static final Selector.Kind SET_SELECTOR
public static final Selector.Kind MAP_SELECTOR
public static final Selector.Kind TUPLE_SELECTOR
public static final Selector.Kind USER_TYPE_SELECTOR
public static final Selector.Kind FIELD_SELECTOR
public static final Selector.Kind SCALAR_FUNCTION_SELECTOR
public static final Selector.Kind AGGREGATE_FUNCTION_SELECTOR
public static final Selector.Kind ELEMENT_SELECTOR
public static final Selector.Kind SLICE_SELECTOR
public static Selector.Kind[] values()
for (Selector.Kind c : Selector.Kind.values()) System.out.println(c);
public static Selector.Kind 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 © 2009-2022 The Apache Software Foundation