Uses of Class
org.jboss.dmr.Property
-
Packages that use Property Package Description org.jboss.dmr -
-
Uses of Property in org.jboss.dmr
Methods in org.jboss.dmr that return Property Modifier and Type Method Description PropertyModelNode. asProperty()Get the value of this node as a property.PropertyProperty. clone()Methods in org.jboss.dmr that return types with arguments of type Property Modifier and Type Method Description List<Property>ModelNode. asPropertyList()Get the value of this node as a property list.List<Property>ModelNode. asPropertyList(List<Property> defaultValue)Get the value of this node as a property list.List<Property>ModelNode. asPropertyListOrEmpty()Get the value of this node as a property list.Methods in org.jboss.dmr with parameters of type Property Modifier and Type Method Description ModelNodeModelNode. add(Property property)Add a property to the end of this node's value list.ModelNodeModelNode. set(Property newValue)Change this node's value to the given value.Method parameters in org.jboss.dmr with type arguments of type Property Modifier and Type Method Description List<Property>ModelNode. asPropertyList(List<Property> defaultValue)Get the value of this node as a property list.
-