com.esri.arcgis.geoprocessing
Interface IGPString

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPINFOExpression, GPSQLExpression, GPString, GPVariant

public interface IGPString
extends Serializable

Provides access to the properties/methods of a geoprocessing string object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getValue()
          The value of the geoprocessing value object as a string.
 void setValue(String value)
          The value of the geoprocessing value object as a string.
 

Method Detail

getValue

String getValue()
                throws IOException,
                       AutomationException
The value of the geoprocessing value object as a string.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Returns:
The value
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValue

void setValue(String value)
              throws IOException,
                     AutomationException
The value of the geoprocessing value object as a string.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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