Uses of Class
org.jboss.dmr.ValueExpression
Packages that use ValueExpression
-
Uses of ValueExpression in org.jboss.dmr
Methods in org.jboss.dmr that return ValueExpressionModifier and TypeMethodDescriptionModelNode.asExpression()Get the value of this node as an expression.Methods in org.jboss.dmr with parameters of type ValueExpressionModifier and TypeMethodDescriptionModelNode.add(String propertyName, ValueExpression propertyValue) Add a property with the given name and value to the end of this node's value list.ModelNode.add(ValueExpression newValue) Add the given value to the end of this node's value list.booleanValueExpression.equals(ValueExpression other) Determine whether this object is equal to another.ValueExpressionResolver.resolve(ValueExpression expression) Perform expression resolution.ModelNode.set(String propertyName, ValueExpression propertyValue) Change this node's value to a property with the given name and value.ModelNode.set(ValueExpression newValue) Change this node's value to the given value.Constructors in org.jboss.dmr with parameters of type ValueExpressionModifierConstructorDescriptionModelNode(ValueExpression value) Creates a newModelNodewith the givenvalue.