public static final enum

NodeId.NodeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.inject.grapher.NodeId.NodeType

Class Overview

Type of node.

Summary

Enum Values
NodeId.NodeType  INSTANCE  Instance node, used when something is bound to an instance. 
NodeId.NodeType  TYPE  Type or class node. 
Public Methods
static NodeId.NodeType valueOf(String name)
final static NodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final NodeId.NodeType INSTANCE

Since: API Level

Instance node, used when something is bound to an instance.

public static final NodeId.NodeType TYPE

Since: API Level

Type or class node.

Public Methods

public static NodeId.NodeType valueOf (String name)

public static final NodeType[] values ()