public static enum Header.ResultSetColumnTypes extends Enum<Header.ResultSetColumnTypes>
Enum Constant and Description |
---|
COLUMN_NODE |
COLUMN_RELATION |
COLUMN_SCALAR |
COLUMN_UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static Header.ResultSetColumnTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Header.ResultSetColumnTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Header.ResultSetColumnTypes COLUMN_UNKNOWN
public static final Header.ResultSetColumnTypes COLUMN_SCALAR
public static final Header.ResultSetColumnTypes COLUMN_NODE
public static final Header.ResultSetColumnTypes COLUMN_RELATION
public static Header.ResultSetColumnTypes[] values()
for (Header.ResultSetColumnTypes c : Header.ResultSetColumnTypes.values()) System.out.println(c);
public static Header.ResultSetColumnTypes 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 nullCopyright © 2020 RedisLabs. All rights reserved.