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() |
Modifier and Type | Method and Description |
---|---|
abstract int |
nextCount(int max) |
abstract Object |
nextValue(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 Object nextValue(DapType basetype) throws DapException
DapException
public abstract int nextCount(int max) throws DapException
DapException
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.