public static enum GraphMLExporter.AttributeCategory extends Enum<GraphMLExporter.AttributeCategory>
Modifier and Type | Method and Description |
---|---|
String |
toString()
Get a string representation of the attribute category
|
static GraphMLExporter.AttributeCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphMLExporter.AttributeCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphMLExporter.AttributeCategory GRAPH
public static final GraphMLExporter.AttributeCategory NODE
public static final GraphMLExporter.AttributeCategory EDGE
public static final GraphMLExporter.AttributeCategory ALL
public static GraphMLExporter.AttributeCategory[] values()
for (GraphMLExporter.AttributeCategory c : GraphMLExporter.AttributeCategory.values()) System.out.println(c);
public static GraphMLExporter.AttributeCategory 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 String toString()
toString
in class Enum<GraphMLExporter.AttributeCategory>
Copyright © 2017. All rights reserved.