com.esri.arcgis.geoprocessing
Interface IGPCodedValueDomainProperty

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPCodedValueDomainProperty

public interface IGPCodedValueDomainProperty
extends Serializable

Provides access to the properties/methods of a geoprocessing coded value domain property object.

Product Availability

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


Method Summary
 String getName()
          CodedValue Domain Property Name.
 IGPValue getValue()
          CodedValue Domain Property Value.
 void setName(String name)
          CodedValue Domain Property Name.
 void setValueByRef(IGPValue value)
          CodedValue Domain Property Value.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
CodedValue Domain Property Name.

Product Availability

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

Supported Platforms

Windows

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

setName

void setName(String name)
             throws IOException,
                    AutomationException
CodedValue Domain Property Name.

Product Availability

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

Supported Platforms

Windows

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

getValue

IGPValue getValue()
                  throws IOException,
                         AutomationException
CodedValue Domain Property Value.

Product Availability

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

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.geodatabase.IGPValue
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValueByRef

void setValueByRef(IGPValue value)
                   throws IOException,
                          AutomationException
CodedValue Domain Property Value.

Product Availability

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

Parameters:
value - A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.