com.esri.arcgis.geoprocessing
Interface IGPFieldInfo3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPFieldInfo, IGPFieldInfo3Proxy

public interface IGPFieldInfo3
extends java.io.Serializable

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

Description: 'Provides access to the properties/methods of a geoprocessing field info 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 IIDece4a21b_087a_4586_a554_13fad0b6ccb3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getAliasName(int index)
          Returns the real alias of the specified field in the field info object.
 void setAliasName(int index, java.lang.String alias)
          Sets the real alias of the specified field in the field info object.
 

Field Detail

IIDece4a21b_087a_4586_a554_13fad0b6ccb3

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

getAliasName

java.lang.String getAliasName(int index)
                              throws java.io.IOException,
                                     AutomationException
Returns the real alias of the specified field in the field info object.

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

setAliasName

void setAliasName(int index,
                  java.lang.String alias)
                  throws java.io.IOException,
                         AutomationException
Sets the real alias of the specified field in the field info object.

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