| Package | Description |
|---|---|
| com.github.zthulj.zcopybook.factory | |
| com.github.zthulj.zcopybook.model |
| Modifier and Type | Method | Description |
|---|---|---|
static <T extends java.io.Serializable> |
NodeFactory.createValueNode(ParentNode<T> parent,
Coordinates coords,
ValueNode.ValueType type) |
| Modifier and Type | Method | Description |
|---|---|---|
static ValueNode.ValueType |
ValueNode.ValueType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ValueNode.ValueType[] |
ValueNode.ValueType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
ValueNode(ParentNode<T> parent,
Coordinates coordinates,
ValueNode.ValueType valueType) |
Copyright © 2018. All rights reserved.