public enum RangeOptions extends Enum<RangeOptions>
Enum Constant and Description |
---|
NONE |
WITHSCORES |
Modifier and Type | Method and Description |
---|---|
io.vertx.core.json.JsonArray |
toJsonArray() |
static RangeOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RangeOptions NONE
public static final RangeOptions WITHSCORES
public static RangeOptions[] values()
for (RangeOptions c : RangeOptions.values()) System.out.println(c);
public static RangeOptions 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 io.vertx.core.json.JsonArray toJsonArray()
Copyright © 2018 Eclipse. All rights reserved.