public static enum BuilderToken.GLOBAL extends Enum<BuilderToken.GLOBAL>
Enum Constant and Description |
---|
ACTION
Action part (in case of update)
|
DATA
Data part (in case of insert)
|
FILTER
Filter part (limit, order by, ...
|
PROJECTION
Projection part (returned fields for Query)
|
QUERY
Query part (where condition)
|
ROOTS
Roots part (departure of the request)
|
RULES
Action part (in case of update)
|
Modifier and Type | Method and Description |
---|---|
String |
exactToken() |
static BuilderToken.GLOBAL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuilderToken.GLOBAL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuilderToken.GLOBAL ROOTS
public static final BuilderToken.GLOBAL QUERY
public static final BuilderToken.GLOBAL FILTER
public static final BuilderToken.GLOBAL PROJECTION
public static final BuilderToken.GLOBAL ACTION
public static final BuilderToken.GLOBAL RULES
public static final BuilderToken.GLOBAL DATA
public static BuilderToken.GLOBAL[] values()
for (BuilderToken.GLOBAL c : BuilderToken.GLOBAL.values()) System.out.println(c);
public static BuilderToken.GLOBAL 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 nullpublic final String exactToken()
Copyright © 2018 Vitam. All rights reserved.