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