Class GeoprocessingBoolean


  • public final class GeoprocessingBoolean
    extends GeoprocessingParameter
    Corresponds to GPBoolean parameter type in the service REST specification.
    Since:
    100.0.0
    • Constructor Detail

      • GeoprocessingBoolean

        public GeoprocessingBoolean()
        Creates an instance. The value defaults to false.
        Since:
        100.0.0
      • GeoprocessingBoolean

        public GeoprocessingBoolean​(boolean value)
        Creates an instance.
        Parameters:
        value - the value of the parameter
    • Method Detail

      • getValue

        public boolean getValue()
        Returns the value.
        Returns:
        the value
        Since:
        100.0.0
      • setValue

        public void setValue​(boolean value)
        Sets the value.
        Parameters:
        value - the value to set
        Since:
        100.0.0