public class PropertyNode extends KeyValueNodeImpl
| Constructor and Description |
|---|
PropertyNode() |
PropertyNode(PropertyNode node) |
| Modifier and Type | Method and Description |
|---|---|
Node |
copy()
Creates a new copy of this node
|
String |
getName() |
TypeNode |
getTypeNode() |
boolean |
isRequired() |
String |
toString() |
addChild, getEndPosition, getKey, getStartPosition, getType, getValue, setEndPosition, setStartPosition, setValueaddChild, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, replaceWith, setChild, setParent, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddChild, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, replaceWith, setChild, setParent, setSourcepublic PropertyNode()
public PropertyNode(PropertyNode node)
public String getName()
public boolean isRequired()
public TypeNode getTypeNode()
@Nonnull public Node copy()
Nodecopy in interface Nodecopy in class KeyValueNodeImplpublic String toString()
toString in class KeyValueNodeImplCopyright © 2016. All rights reserved.