Package | Description |
---|---|
org.jboss.apiviz |
Modifier and Type | Method and Description |
---|---|
EdgeType |
Edge.getType() |
static EdgeType |
EdgeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeType[] |
EdgeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Edge(EdgeType type,
com.sun.javadoc.Doc source,
com.sun.javadoc.Doc target) |
Edge(com.sun.javadoc.RootDoc rootDoc,
EdgeType type,
com.sun.javadoc.Doc source,
String spec) |
Copyright © 2008–2015 JBoss - a division of Red Hat. All rights reserved.