public enum GraphBinaryType extends Enum<GraphBinaryType>
| Enum Constant and Description |
|---|
Geoshape |
JanusGraphP |
RelationIdentifier |
| Modifier and Type | Method and Description |
|---|---|
int |
getTypeId() |
String |
getTypeName() |
static GraphBinaryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphBinaryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphBinaryType Geoshape
public static final GraphBinaryType RelationIdentifier
public static final GraphBinaryType JanusGraphP
public static GraphBinaryType[] values()
for (GraphBinaryType c : GraphBinaryType.values()) System.out.println(c);
public static GraphBinaryType 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 getTypeId()
public String getTypeName()
Copyright © 2012–2024. All rights reserved.