Class ByteArrayArrayValue
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.Value
-
- org.intocps.maestro.interpreter.values.ModuleValue
-
- org.intocps.maestro.interpreter.values.ExternalModuleValue<List<List<ByteValue>>>
-
- org.intocps.maestro.interpreter.values.utilities.ByteArrayArrayValue
-
public class ByteArrayArrayValue extends ExternalModuleValue<List<List<ByteValue>>>
-
-
Constructor Summary
Constructors Constructor Description ByteArrayArrayValue(int size)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map.Entry<Map<String,Value>,List<List<ByteValue>>>create(int size)static <T extends Value>
List<T>getArrayValue(Value value, Class<T> clz)static doublegetDouble(Value value)static StringgetString(Value value)-
Methods inherited from class org.intocps.maestro.interpreter.values.ExternalModuleValue
getModule
-
Methods inherited from class org.intocps.maestro.interpreter.values.ModuleValue
lookup
-
Methods inherited from class org.intocps.maestro.interpreter.values.Value
as, checkArgLength, compareTo, deref, isNumeric, isNumericDecimal, isUpdatable
-
-
-
-
Method Detail
-
getDouble
public static double getDouble(Value value)
-
-