Package | Description |
---|---|
org.jboss.dmr |
Modifier and Type | Method and Description |
---|---|
Property |
ModelNode.asProperty()
Get the value of this node as a property.
|
Property |
Property.clone() |
Modifier and Type | Method and Description |
---|---|
List<Property> |
ModelNode.asPropertyList()
Get the value of this node as a property list.
|
Modifier and Type | Method and Description |
---|---|
ModelNode |
ModelNode.add(Property property)
Add a property to the end of this node's value list.
|
ModelNode |
ModelNode.set(Property newValue)
Change this node's value to the given value.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.