com.esri.arcgis.geoprocessing
Interface IGPDate

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPDate, GPVariant, IGPDateProxy

public interface IGPDate
extends java.io.Serializable

COM Interface 'IGPDate'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of a geoprocessing date object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4f9669d7_7c2b_46c5_80cf_fb6e275a149b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object IGPDate_getValue()
          The value of the geoprocessing value object as a date.
 void setValue(java.lang.Object value)
          The value of the geoprocessing value object as a date.
 

Field Detail

IID4f9669d7_7c2b_46c5_80cf_fb6e275a149b

static final int IID4f9669d7_7c2b_46c5_80cf_fb6e275a149b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

IGPDate_getValue

java.lang.Object IGPDate_getValue()
                                  throws java.io.IOException,
                                         AutomationException
The value of the geoprocessing value object as a date.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValue

void setValue(java.lang.Object value)
              throws java.io.IOException,
                     AutomationException
The value of the geoprocessing value object as a date.

Parameters:
value - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.