Class Parameters

    • Constructor Detail

      • Parameters

        public Parameters()
    • Method Detail

      • getCountInBatch

        public boolean getCountInBatch()
      • setCountInBatch

        public void setCountInBatch​(boolean countInBatch)
      • getCountInBatchItems

        public boolean getCountInBatchItems()
      • setCountInBatchItems

        public void setCountInBatchItems​(boolean countInBatchItems)
      • getCountInDocuments

        public boolean getCountInDocuments()
      • setCountInDocuments

        public void setCountInDocuments​(boolean countInDocuments)
      • getCountInSubDocuments

        public boolean getCountInSubDocuments()
      • setCountInSubDocuments

        public void setCountInSubDocuments​(boolean countInSubDocuments)
      • getCountInGroups

        public boolean getCountInGroups()
      • setCountInGroups

        public void setCountInGroups​(boolean countInGroups)
      • getCountInTextUnits

        public boolean getCountInTextUnits()
      • setBufferSize

        public void setBufferSize​(int bufferSize)
      • getBufferSize

        public int getBufferSize()
      • reset

        public void reset()
        Description copied from class: StringParameters
        Reset this parameters object to its default values.

        Subclasses should override this method to set any initial values and instantiate any objects that require allocation. It is recommended that subclasses also call super.reset() in the override to ensure that the buffer is empty.

        Specified by:
        reset in interface IParameters
        Overrides:
        reset in class StringParameters