Uses of Class
org.jboss.dmr.Property
Packages that use Property
-
Uses of Property in org.jboss.dmr
Methods in org.jboss.dmr that return PropertyModifier and TypeMethodDescriptionModelNode.asProperty()Get the value of this node as a property.Property.clone()Methods in org.jboss.dmr that return types with arguments of type PropertyModifier and TypeMethodDescriptionModelNode.asPropertyList()Get the value of this node as a property list.ModelNode.asPropertyList(List<Property> defaultValue) Get the value of this node as a property list.ModelNode.asPropertyListOrEmpty()Get the value of this node as a property list.Methods in org.jboss.dmr with parameters of type PropertyModifier and TypeMethodDescriptionAdd a property to the end of this node's value list.Change this node's value to the given value.Method parameters in org.jboss.dmr with type arguments of type PropertyModifier and TypeMethodDescriptionModelNode.asPropertyList(List<Property> defaultValue) Get the value of this node as a property list.