public class FixedValue extends Value
Value.ValueSource| Modifier and Type | Field and Description |
|---|---|
protected static char[] |
charvalues |
protected static double[] |
doublevalues |
protected static long[] |
intvalues |
protected static byte[] |
opaquevalues |
protected static String[] |
stringvalues |
protected static long[] |
ulongvalues |
protected static String[] |
urlvalues |
asciionly, HOSTNSEG, MAXOPAQUESIZE, MAXSEGSIZE, MAXSTRINGSIZE, PATHNSEG| Constructor and Description |
|---|
FixedValue() |
| Modifier and Type | Method and Description |
|---|---|
int |
nextCount(int max) |
Object |
nextValue(dap4.core.dmr.DapType basetype) |
Value.ValueSource |
source() |
protected static long[] intvalues
protected static long[] ulongvalues
protected static double[] doublevalues
protected static char[] charvalues
protected static byte[] opaquevalues
protected static String[] stringvalues
protected static String[] urlvalues
public Value.ValueSource source()
public Object nextValue(dap4.core.dmr.DapType basetype) throws dap4.core.util.DapException