Package dap4.servlet

Class FixedValue


  • public class FixedValue
    extends Value
    • Field Detail

      • intvalues

        protected static long[] intvalues
      • ulongvalues

        protected static long[] ulongvalues
      • doublevalues

        protected static double[] doublevalues
      • charvalues

        protected static char[] charvalues
      • opaquevalues

        protected static byte[] opaquevalues
      • stringvalues

        protected static String[] stringvalues
      • urlvalues

        protected static String[] urlvalues
    • Constructor Detail

      • FixedValue

        public FixedValue()
    • Method Detail

      • nextValue

        public Object nextValue​(dap4.core.dmr.DapType basetype)
                         throws dap4.core.util.DapException
        Specified by:
        nextValue in class Value
        Throws:
        dap4.core.util.DapException
      • nextCount

        public int nextCount​(int max)
                      throws dap4.core.util.DapException
        Specified by:
        nextCount in class Value
        Throws:
        dap4.core.util.DapException