Class UpdatableValue
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.Value
-
- org.intocps.maestro.interpreter.values.UpdatableValue
-
- Direct Known Subclasses:
ArrayUpdatableValue
public class UpdatableValue extends Value
-
-
Constructor Summary
Constructors Constructor Description UpdatableValue(Value value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Valuederef()booleanisUpdatable()voidsetValue(Value newValue)StringtoString()-
Methods inherited from class org.intocps.maestro.interpreter.values.Value
as, checkArgLength, compareTo, isNumeric, isNumericDecimal
-
-
-
-
Constructor Detail
-
UpdatableValue
public UpdatableValue(Value value)
-
-