Package | Description |
---|---|
com.google.inject.grapher |
Modifier and Type | Field and Description |
---|---|
private BindingEdge.Type |
BindingEdge.type |
Modifier and Type | Method and Description |
---|---|
BindingEdge.Type |
BindingEdge.getType() |
static BindingEdge.Type |
BindingEdge.Type.valueOf(java.lang.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) |