public enum VertexIDType extends Enum<VertexIDType>
| Modifier and Type | Method and Description |
|---|---|
abstract VertexCache |
getVertexCache() |
static VertexIDType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexIDType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VertexIDType OBJECT
public static final VertexIDType NUMBER
public static final VertexIDType STRING
public static final VertexIDType URL
public static VertexIDType[] values()
for (VertexIDType c : VertexIDType.values()) System.out.println(c);
public static VertexIDType 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 abstract VertexCache getVertexCache()
Copyright © 2010-2014. All Rights Reserved.