public static enum GraphvizConstants.GraphvizType extends Enum<GraphvizConstants.GraphvizType>
| Enum Constant and Description |
|---|
CP_DIRECTED_GRAPH |
CP_UNDIRECTED_GRAPH |
DIGRAPH |
UNDIRECTED_GRAPH |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static GraphvizConstants.GraphvizType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphvizConstants.GraphvizType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphvizConstants.GraphvizType DIGRAPH
public static final GraphvizConstants.GraphvizType UNDIRECTED_GRAPH
public static final GraphvizConstants.GraphvizType CP_UNDIRECTED_GRAPH
public static final GraphvizConstants.GraphvizType CP_DIRECTED_GRAPH
public static GraphvizConstants.GraphvizType[] values()
for (GraphvizConstants.GraphvizType c : GraphvizConstants.GraphvizType.values()) System.out.println(c);
public static GraphvizConstants.GraphvizType 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 getName()
Copyright © 2014 JBoss by Red Hat. All rights reserved.