Uses of Class
org.globus.rsl.Value
-
Packages that use Value Package Description org.globus.rsl 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.rsl Modifier and Type Class Description classVarRefThis class represents a variable reference in the RSL string.Fields in org.globus.rsl declared as Value Modifier and Type Field Description protected ValueBinding. _valueprotected ValueValue. concatValueprotected ValueVarRef. defValueMethods in org.globus.rsl that return Value Modifier and Type Method Description ValueRSLParser. concatSimpleValue()ValueRSLParser. explicitConcat(java.util.LinkedList valueList, java.util.LinkedList tokenList)ValueValue. getConcat()Returns the value that is concatinated with this value.ValueBinding. getValue()Returns the variable value.ValueRSLParser. SimpleValue(java.util.LinkedList valueList, java.util.LinkedList tokenList)ValueRSLParser. variableReference(java.util.LinkedList valueList, java.util.LinkedList tokenList)Methods in org.globus.rsl with parameters of type Value Modifier and Type Method Description voidNameOpValue. add(Value value)Adds a value to the list of values.voidValue. concat(Value value)Appends 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 Constructor Description Binding(java.lang.String name, Value value)NameOpValue(java.lang.String attribute, int op, Value value)Value(java.lang.String value, Value concatValue)VarRef(java.lang.String varReference, Value defValue)VarRef(java.lang.String varReference, Value defValue, Value concatVal)
-