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