public static enum TinkerGraph.FileType extends Enum<TinkerGraph.FileType>
| Modifier and Type | Method and Description |
|---|---|
static TinkerGraph.FileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TinkerGraph.FileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TinkerGraph.FileType JAVA
public static final TinkerGraph.FileType GML
public static final TinkerGraph.FileType GRAPHML
public static final TinkerGraph.FileType GRAPHSON
public static TinkerGraph.FileType[] values()
for (TinkerGraph.FileType c : TinkerGraph.FileType.values()) System.out.println(c);
public static TinkerGraph.FileType 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 nullCopyright © 2010-2014. All Rights Reserved.