Class GeoprocessingString


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

      • GeoprocessingString

        public GeoprocessingString()
        Creates an instance. The value defaults to empty string.
        Since:
        100.0.0
      • GeoprocessingString

        public GeoprocessingString​(java.lang.String value)
        Creates an instance.
        Parameters:
        value - the value of the parameter
        Throws:
        java.lang.IllegalArgumentException - if value is null
        Since:
        100.0.0
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Returns the value.
        Returns:
        the value
        Since:
        100.0.0
      • setValue

        public void setValue​(java.lang.String value)
        Sets the value.
        Parameters:
        value - the value to set
        Throws:
        java.lang.IllegalArgumentException - if value is null
        Since:
        100.0.0