public enum HugeResourceType extends Enum<HugeResourceType>
| Enum Constant and Description |
|---|
ALL |
EDGE |
EDGE_AGGR |
EDGE_LABEL |
GRANT |
GREMLIN |
INDEX_LABEL |
META |
METRICS |
NONE |
PROJECT |
PROPERTY_KEY |
ROOT |
SCHEMA |
STATUS |
TARGET |
TASK |
USER_GROUP |
VAR |
VERTEX |
VERTEX_AGGR |
VERTEX_LABEL |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuth() |
boolean |
isGrantOrUser() |
boolean |
isGraph() |
boolean |
isRepresentative() |
boolean |
isSchema() |
static HugeResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HugeResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HugeResourceType NONE
public static final HugeResourceType STATUS
public static final HugeResourceType VERTEX
public static final HugeResourceType EDGE
public static final HugeResourceType VERTEX_AGGR
public static final HugeResourceType EDGE_AGGR
public static final HugeResourceType VAR
public static final HugeResourceType GREMLIN
public static final HugeResourceType TASK
public static final HugeResourceType PROPERTY_KEY
public static final HugeResourceType VERTEX_LABEL
public static final HugeResourceType EDGE_LABEL
public static final HugeResourceType INDEX_LABEL
public static final HugeResourceType SCHEMA
public static final HugeResourceType META
public static final HugeResourceType ALL
public static final HugeResourceType GRANT
public static final HugeResourceType USER_GROUP
public static final HugeResourceType PROJECT
public static final HugeResourceType TARGET
public static final HugeResourceType METRICS
public static final HugeResourceType ROOT
public static HugeResourceType[] values()
for (HugeResourceType c : HugeResourceType.values()) System.out.println(c);
public static HugeResourceType 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 boolean isGraph()
public boolean isSchema()
public boolean isAuth()
public boolean isGrantOrUser()
public boolean isRepresentative()
Copyright © 2023 The Apache Software Foundation. All rights reserved.