com.esri.arcgis.geoprocessing
Interface IGPCodedValueDomainProperty

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPCodedValueDomainProperty, IGPCodedValueDomainPropertyProxy

public interface IGPCodedValueDomainProperty
extends java.io.Serializable

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

Description: 'Provides access to the properties/methods of a geoprocessing coded value domain property 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 IIDfbc0991d_8905_4b86_9010_9afc8ccee75b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getName()
          CodedValue Domain Property Name.
 IGPValue getValue()
          CodedValue Domain Property Value.
 void setName(java.lang.String name)
          CodedValue Domain Property Name.
 void setValueByRef(IGPValue value)
          CodedValue Domain Property Value.
 

Field Detail

IIDfbc0991d_8905_4b86_9010_9afc8ccee75b

static final int IIDfbc0991d_8905_4b86_9010_9afc8ccee75b
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

getName

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

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

setName

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

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

getValue

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

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

setValueByRef

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

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