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(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(DapType basetype) throws DapException
nextValue
in class Value
DapException
public int nextCount(int max) throws DapException
nextCount
in class Value
DapException
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.