Package | Description |
---|---|
org.jboss.apiviz |
Modifier and Type | Field and Description |
---|---|
private EdgeType |
Edge.type |
Modifier and Type | Method and Description |
---|---|
EdgeType |
Edge.getType() |
static EdgeType |
EdgeType.valueOf(java.lang.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,
java.lang.String spec) |