public static enum BuilderToken.RANGEARGS extends Enum<BuilderToken.RANGEARGS>
Enum Constant and Description |
---|
GT
Comparison operator $gt : value
|
GTE
Comparison operator $gte : value
|
LT
Comparison operator $lt : value
|
LTE
Comparison operator $lte : value
|
Modifier and Type | Method and Description |
---|---|
String |
exactToken() |
static BuilderToken.RANGEARGS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuilderToken.RANGEARGS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuilderToken.RANGEARGS GT
public static final BuilderToken.RANGEARGS LT
public static final BuilderToken.RANGEARGS GTE
public static final BuilderToken.RANGEARGS LTE
public static BuilderToken.RANGEARGS[] values()
for (BuilderToken.RANGEARGS c : BuilderToken.RANGEARGS.values()) System.out.println(c);
public static BuilderToken.RANGEARGS 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.