com.esri.arcgis.geoprocessing
Interface IGPFieldInfoProperty3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPFieldInfoProperty, IGPFieldInfoProperty3Proxy

public interface IGPFieldInfoProperty3
extends java.io.Serializable

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

Description: 'Provides access to the properties/methods of a field info 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 IIDe68c2d9f_3eb5_4855_a36f_ae254c2b377d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getRealAlias()
          FieldInfo Property Real Alias.
 void setRealAlias(java.lang.String alias)
          FieldInfo Property Real Alias.
 

Field Detail

IIDe68c2d9f_3eb5_4855_a36f_ae254c2b377d

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

getRealAlias

java.lang.String getRealAlias()
                              throws java.io.IOException,
                                     AutomationException
FieldInfo Property Real Alias.

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

setRealAlias

void setRealAlias(java.lang.String alias)
                  throws java.io.IOException,
                         AutomationException
FieldInfo Property Real Alias.

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