Uses of Class
org.globus.rsl.Value
Packages that use Value
Package
Description
This library provides a convenience API for creating, manipulating, and checking the
validity of RSL expressions.
-
Uses of Value in org.globus.rsl
Subclasses of Value in org.globus.rslModifier and TypeClassDescriptionclass
This class represents a variable reference in the RSL string.Fields in org.globus.rsl declared as ValueModifier and TypeFieldDescriptionprotected Value
Binding._value
protected Value
Value.concatValue
protected Value
VarRef.defValue
Methods in org.globus.rsl that return ValueModifier and TypeMethodDescriptionprivate Value
RSLParser.concat
(LinkedList tokenList) final Value
RSLParser.concatSimpleValue()
final Value
RSLParser.explicitConcat
(LinkedList valueList, LinkedList tokenList) Value.getConcat()
Returns the value that is concatinated with this value.Binding.getValue()
Returns the variable value.final Value
RSLParser.SimpleValue
(LinkedList valueList, LinkedList tokenList) final Value
RSLParser.variableReference
(LinkedList valueList, LinkedList tokenList) Methods in org.globus.rsl with parameters of type ValueModifier and TypeMethodDescriptionvoid
Adds a value to the list of values.void
Appends the specified value to the end of the chain of concatinated values.void
VarRef.setDefaultValue
(Value value) Sets the default value of this reference.Constructors in org.globus.rsl with parameters of type Value