Class StringValue
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.Value
-
- org.intocps.maestro.interpreter.values.StringValue
-
public class StringValue extends Value
-
-
Constructor Summary
Constructors Constructor Description StringValue(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Value other)StringgetValue()StringtoString()-
Methods inherited from class org.intocps.maestro.interpreter.values.Value
as, checkArgLength, deref, isNumeric, isNumericDecimal, isUpdatable
-
-