public static interface ConfigNode.ValueNode extends ConfigNode
NOTE: Do not implement this interface yourself but rather use create(String).
ConfigNode.ListNode, ConfigNode.NodeType, ConfigNode.ObjectNode, ConfigNode.ValueNode| Modifier and Type | Method and Description |
|---|---|
static ConfigNode.ValueNode |
create(String value)
Create new instance of the
ConfigNode.ValueNode from specified String value. |
default ConfigNode.NodeType |
nodeType()
Get the type of this node.
|
default ConfigNode.NodeType nodeType()
ConfigNodenodeType in interface ConfigNodestatic ConfigNode.ValueNode create(String value)
ConfigNode.ValueNode from specified String value.value - string valueConfigNode.ValueNodeCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.