Package | Description |
---|---|
com.google.inject.grapher |
Modifier and Type | Method | 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 | Description |
---|---|
BindingEdge(NodeId fromId,
NodeId toId,
BindingEdge.Type type) |
Copyright © 2006–2018 Google, Inc.. All rights reserved.