public class FixedValue extends Value
Value.ValueSource| Modifier and Type | Field and Description |
|---|---|
protected int |
charindex |
protected static char[] |
charvalues |
protected int |
doubleindex |
protected static double[] |
doublevalues |
protected int |
intindex |
protected static long[] |
intvalues |
protected int |
longindex |
protected int |
opaqueindex |
protected static byte[] |
opaquevalues |
protected int |
stringindex |
protected static String[] |
stringvalues |
protected static long[] |
ulongvalues |
protected int |
urlindex |
protected static String[] |
urlvalues |
asciionly, HOSTNSEG, MAXOPAQUESIZE, MAXSEGSIZE, MAXSTRINGSIZE, PATHNSEG| Constructor and Description |
|---|
FixedValue() |
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
protected int intindex
protected int longindex
protected int doubleindex
protected int charindex
protected int opaqueindex
protected int stringindex
protected int urlindex
public Value.ValueSource source()
public Object nextValue(DapType basetype) throws DapException
nextValue in class ValueDapExceptionpublic int nextCount(int max)
throws DapException
nextCount in class ValueDapExceptionCopyright © 1999–2014 UCAR/Unidata. All rights reserved.