public abstract class Value
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Value.ValueSource |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
asciionly |
static int |
HOSTNSEG |
static int |
MAXOPAQUESIZE |
static int |
MAXSEGSIZE |
static int |
MAXSTRINGSIZE |
static int |
PATHNSEG |
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
nextCount(int max) |
abstract java.lang.Object |
nextValue(dap4.core.dmr.DapType basetype) |
void |
setASCII(boolean tf) |
abstract Value.ValueSource |
source() |
public static final int MAXSTRINGSIZE
public static final int MAXOPAQUESIZE
public static final int MAXSEGSIZE
public static final int HOSTNSEG
public static final int PATHNSEG
protected boolean asciionly
public void setASCII(boolean tf)
public abstract Value.ValueSource source()
public abstract java.lang.Object nextValue(dap4.core.dmr.DapType basetype)
throws dap4.core.util.DapException
dap4.core.util.DapExceptionpublic abstract int nextCount(int max)
throws dap4.core.util.DapException
dap4.core.util.DapException