Uses of Class
com.github.raimannma.architecture.Node.NodeType
Package | Description |
---|---|
com.github.raimannma.architecture |
-
Uses of Node.NodeType in com.github.raimannma.architecture
Fields in com.github.raimannma.architecture declared as Node.NodeType Modifier and Type Field Description Node.NodeType
Node. type
The NodeType.Methods in com.github.raimannma.architecture that return Node.NodeType Modifier and Type Method Description static Node.NodeType
Node.NodeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Node.NodeType[]
Node.NodeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.raimannma.architecture with parameters of type Node.NodeType Constructor Description Node(Node.NodeType type)
Instantiates a new Node.