public interface MutableNode extends Node
PATH_SEPARATOR, ROOT_PATH| Modifier and Type | Method and Description |
|---|---|
String |
getPrimaryType()
Get the value for the property that represents the primary type of this
node.
|
void |
setPrimaryType(String primaryType)
Set the primary type of this node.
|
void |
setProperty(String key,
Object value)
Set the value of the given property.
|
getName, getNode, getNodes, getParent, getPath, getProperties, getTypedProperty, hasNode, hasNodes, hasPropertyString getPrimaryType()
void setPrimaryType(String primaryType)
primaryType - The primary type.Copyright © 2013, Oracle and/or its affiliates. All rights reserved.