Class CountOptionImpl

All Implemented Interfaces:
CountOption, QueryOption, SystemQueryOption

public class CountOptionImpl extends SystemQueryOptionImpl implements CountOption
  • Constructor Details

    • CountOptionImpl

      public CountOptionImpl()
  • Method Details

    • getValue

      public boolean getValue()
      Specified by:
      getValue in interface CountOption
      Returns:
      Value of $count
    • setValue

      public CountOptionImpl setValue(boolean count)