public static enum VarResults.VarResultsMode extends java.lang.Enum<VarResults.VarResultsMode>
Enum Constant and Description |
---|
EVAL |
INDEX_PAST_END |
NODE_NOT_EXISTS |
QUERY |
VALUE |
Modifier and Type | Method and Description |
---|---|
static VarResults.VarResultsMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VarResults.VarResultsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VarResults.VarResultsMode VALUE
public static final VarResults.VarResultsMode QUERY
public static final VarResults.VarResultsMode INDEX_PAST_END
public static final VarResults.VarResultsMode NODE_NOT_EXISTS
public static final VarResults.VarResultsMode EVAL
public static VarResults.VarResultsMode[] values()
for (VarResults.VarResultsMode c : VarResults.VarResultsMode.values()) System.out.println(c);
public static VarResults.VarResultsMode 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 © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software