public interface YamlNode
Modifier and Type | Field and Description |
---|---|
static String |
UNNAMED_NODE |
Modifier and Type | Method and Description |
---|---|
String |
nodeName()
Returns the name of the node
|
YamlNode |
parent()
Returns the parent of the given node
|
static final String UNNAMED_NODE
YamlNode parent()
null
otherwiseString nodeName()
UNNAMED_NODE
if not availableCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.