com.esri.arcgis.geoprocessing
Interface IGPFieldInfo2

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

public interface IGPFieldInfo2
extends java.io.Serializable

COM Interface 'IGPFieldInfo2'. 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 IID8c5ea59e_b50b_4898_8624_5eb777dbec66
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getJoinDelimiter(int index)
          Returns the join delimiter of the specified field in the field info object.
 int getMergeRule(int index)
          Returns the merge rule of the specified field in the field info object.
 void getTextPos(int index, int[] start, int[] end)
          Returns the start and end text positions.
 void setJoinDelimiter(int index, java.lang.String delimiter)
          Sets the join delimiter of the specified field in the field info object.
 void setMergeRule(int index, int merge)
          Sets the merge rule of the specified field in the field info object.
 void setTextPos(int index, int start, int end)
          Sets the start and end text positions.
 

Field Detail

IID8c5ea59e_b50b_4898_8624_5eb777dbec66

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

getMergeRule

int getMergeRule(int index)
                 throws java.io.IOException,
                        AutomationException
Returns the merge rule of the specified field in the field info object.

Parameters:
index - The index (in)
Returns:
A com.esri.arcgis.geoprocessing.esriGPFieldMapMergeRule constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMergeRule

void setMergeRule(int index,
                  int merge)
                  throws java.io.IOException,
                         AutomationException
Sets the merge rule of the specified field in the field info object.

Parameters:
index - The index (in)
merge - A com.esri.arcgis.geoprocessing.esriGPFieldMapMergeRule constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJoinDelimiter

java.lang.String getJoinDelimiter(int index)
                                  throws java.io.IOException,
                                         AutomationException
Returns the join delimiter of the specified field in the field info object.

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

setJoinDelimiter

void setJoinDelimiter(int index,
                      java.lang.String delimiter)
                      throws java.io.IOException,
                             AutomationException
Sets the join delimiter of the specified field in the field info object.

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

getTextPos

void getTextPos(int index,
                int[] start,
                int[] end)
                throws java.io.IOException,
                       AutomationException
Returns the start and end text positions.

Parameters:
index - The index (in)
start - The start (out: use single element array)
end - The end (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextPos

void setTextPos(int index,
                int start,
                int end)
                throws java.io.IOException,
                       AutomationException
Sets the start and end text positions.

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