public abstract class Value extends 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() |
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 Object nextValue(DapType basetype) throws DapException
DapExceptionpublic abstract int nextCount(int max)
throws DapException
DapExceptionCopyright © 1999-2015 UCAR/Unidata. All Rights Reserved.