public class PropertyHierarchyNode extends Object implements Serializable
Constructor and Description |
---|
PropertyHierarchyNode(String nodeType,
String nodeValue)
Instantiates a new property hierarchy node.
|
Modifier and Type | Method and Description |
---|---|
String |
getNodeType() |
String |
getNodeValue() |
void |
setNodeType(String nodeType) |
void |
setNodeValue(String nodeValue) |
String |
toString() |
public PropertyHierarchyNode(String nodeType, String nodeValue)
nodeType
- the node typenodeValue
- the node valuepublic String getNodeType()
public void setNodeType(String nodeType)
public String getNodeValue()
public void setNodeValue(String nodeValue)
Copyright © 2018 Nuxeo. All rights reserved.