Class GeoprocessingDate


  • public final class GeoprocessingDate
    extends GeoprocessingParameter
    Corresponds to GPDate parameter type in the service REST specification.
    Since:
    100.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Calendar getValue()
      Returns the value.
      void setValue​(java.util.Calendar value)
      Sets the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeoprocessingDate

        public GeoprocessingDate()
        Creates an instance. The value defaults to the epoch.
        Since:
        100.0.0
      • GeoprocessingDate

        public GeoprocessingDate​(java.util.Calendar 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.util.Calendar getValue()
        Returns the value.
        Returns:
        the value
        Since:
        100.0.0
      • setValue

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