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 TypeClassDescriptionclassThis class represents a variable reference in the RSL string.Fields in org.globus.rsl declared as ValueModifier and TypeFieldDescriptionprotected ValueBinding._valueprotected ValueValue.concatValueprotected ValueVarRef.defValueMethods in org.globus.rsl that return ValueModifier and TypeMethodDescriptionprivate ValueRSLParser.concat(LinkedList tokenList) final ValueRSLParser.concatSimpleValue()final ValueRSLParser.explicitConcat(LinkedList valueList, LinkedList tokenList) Value.getConcat()Returns the value that is concatinated with this value.Binding.getValue()Returns the variable value.final ValueRSLParser.SimpleValue(LinkedList valueList, LinkedList tokenList) final ValueRSLParser.variableReference(LinkedList valueList, LinkedList tokenList) Methods in org.globus.rsl with parameters of type ValueModifier and TypeMethodDescriptionvoidAdds a value to the list of values.voidAppends the specified value to the end of the chain of concatinated values.voidVarRef.setDefaultValue(Value value) Sets the default value of this reference.Constructors in org.globus.rsl with parameters of type Value