public enum HugeType extends Enum<HugeType>
| Enum Constant and Description |
|---|
ACCESS |
BELONG |
CYPHER |
EDGE |
EDGE_LABEL |
GRAPHS |
GREMLIN |
GROUP |
INDEX_LABEL |
JOB |
LOGIN |
LOGOUT |
METRICS |
PROJECT |
PROPERTY_KEY |
TARGET |
TASK |
TOKEN_VERIFY |
USER |
VARIABLES |
VERSION |
VERTEX |
VERTEX_LABEL |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
String |
string() |
static HugeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HugeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HugeType VERTEX_LABEL
public static final HugeType EDGE_LABEL
public static final HugeType PROPERTY_KEY
public static final HugeType INDEX_LABEL
public static final HugeType TARGET
public static final HugeType GROUP
public static final HugeType USER
public static final HugeType ACCESS
public static final HugeType BELONG
public static final HugeType PROJECT
public static final HugeType LOGIN
public static final HugeType LOGOUT
public static final HugeType TOKEN_VERIFY
public static final HugeType VERTEX
public static final HugeType EDGE
public static final HugeType VARIABLES
public static final HugeType TASK
public static final HugeType JOB
public static final HugeType GREMLIN
public static final HugeType CYPHER
public static final HugeType GRAPHS
public static final HugeType VERSION
public static final HugeType METRICS
public static HugeType[] values()
for (HugeType c : HugeType.values()) System.out.println(c);
public static HugeType 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 int code()
public String string()
Copyright © 2023 The Apache Software Foundation. All rights reserved.