Package dap4.servlet
Class Value
- java.lang.Object
-
- dap4.servlet.Value
-
public abstract class Value extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValue.ValueSource
-
Field Summary
Fields Modifier and Type Field Description protected booleanasciionlystatic intHOSTNSEGstatic intMAXOPAQUESIZEstatic intMAXSEGSIZEstatic intMAXSTRINGSIZEstatic intPATHNSEG
-
Constructor Summary
Constructors Constructor Description Value()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract intnextCount(int max)abstract ObjectnextValue(dap4.core.dmr.DapType basetype)voidsetASCII(boolean tf)abstract Value.ValueSourcesource()
-
-
-
Field Detail
-
MAXSTRINGSIZE
public static final int MAXSTRINGSIZE
- See Also:
- Constant Field Values
-
MAXOPAQUESIZE
public static final int MAXOPAQUESIZE
- See Also:
- Constant Field Values
-
MAXSEGSIZE
public static final int MAXSEGSIZE
- See Also:
- Constant Field Values
-
HOSTNSEG
public static final int HOSTNSEG
- See Also:
- Constant Field Values
-
PATHNSEG
public static final int PATHNSEG
- See Also:
- Constant Field Values
-
asciionly
protected boolean asciionly
-
-
Method Detail
-
setASCII
public void setASCII(boolean tf)
-
source
public abstract Value.ValueSource source()
-
nextValue
public abstract Object nextValue(dap4.core.dmr.DapType basetype) throws dap4.core.util.DapException
- Throws:
dap4.core.util.DapException
-
nextCount
public abstract int nextCount(int max) throws dap4.core.util.DapException- Throws:
dap4.core.util.DapException
-
-