| Package | Description |
|---|---|
| com.google.inject.grapher |
| Modifier and Type | Method and Description |
|---|---|
BindingEdge.Type |
BindingEdge.getType() |
static BindingEdge.Type |
BindingEdge.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindingEdge.Type[] |
BindingEdge.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BindingEdge(NodeId fromId,
NodeId toId,
BindingEdge.Type type) |
Copyright © 2006-2015 Google, Inc.. All Rights Reserved.