Package dap4.servlet
Class FixedValue
- java.lang.Object
-
- dap4.servlet.Value
-
- dap4.servlet.FixedValue
-
public class FixedValue extends Value
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class dap4.servlet.Value
Value.ValueSource
-
-
Field Summary
Fields Modifier and Type Field Description protected static char[]charvaluesprotected static double[]doublevaluesprotected static long[]intvaluesprotected static byte[]opaquevaluesprotected static String[]stringvaluesprotected static long[]ulongvaluesprotected static String[]urlvalues-
Fields inherited from class dap4.servlet.Value
asciionly, HOSTNSEG, MAXOPAQUESIZE, MAXSEGSIZE, MAXSTRINGSIZE, PATHNSEG
-
-
Constructor Summary
Constructors Constructor Description FixedValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intnextCount(int max)ObjectnextValue(dap4.core.dmr.DapType basetype)Value.ValueSourcesource()
-
-
-
Field Detail
-
intvalues
protected static long[] intvalues
-
ulongvalues
protected static long[] ulongvalues
-
doublevalues
protected static double[] doublevalues
-
charvalues
protected static char[] charvalues
-
opaquevalues
protected static byte[] opaquevalues
-
stringvalues
protected static String[] stringvalues
-
urlvalues
protected static String[] urlvalues
-
-
Method Detail
-
source
public Value.ValueSource source()
-
nextValue
public Object nextValue(dap4.core.dmr.DapType basetype) throws dap4.core.util.DapException
-
-