public enum VertexiumObjectType extends Enum<VertexiumObjectType>
| Enum Constant and Description |
|---|
EDGE |
EXTENDED_DATA |
VERTEX |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<VertexiumObjectType> |
ALL |
static EnumSet<VertexiumObjectType> |
ELEMENTS |
| Modifier and Type | Method and Description |
|---|---|
static VertexiumObjectType |
getTypeFromElement(Element element) |
static VertexiumObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexiumObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VertexiumObjectType VERTEX
public static final VertexiumObjectType EDGE
public static final VertexiumObjectType EXTENDED_DATA
public static final EnumSet<VertexiumObjectType> ALL
public static final EnumSet<VertexiumObjectType> ELEMENTS
public static VertexiumObjectType[] values()
for (VertexiumObjectType c : VertexiumObjectType.values()) System.out.println(c);
public static VertexiumObjectType 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 static VertexiumObjectType getTypeFromElement(Element element)
Copyright © 2014–2018. All rights reserved.