com.esri.arcgis.geoprocessing
Interface IGPFieldInfoProperty2

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

public interface IGPFieldInfoProperty2
extends java.io.Serializable

COM Interface 'IGPFieldInfoProperty2'. 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 IID8fb38849_b524_4e75_819c_80e6152b2b9f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getJoinDelimiter()
          FieldInfo Property Join Delimiter.
 int getMergeRule()
          FieldInfo Property Merge Rule.
 void getTextPos(int[] start, int[] end)
          Returns the start and end text positions.
 void setJoinDelimiter(java.lang.String delimiter)
          FieldInfo Property Join Delimiter.
 void setMergeRule(int rule)
          FieldInfo Property Merge Rule.
 void setTextPos(int start, int end)
          Sets the start and end text positions.
 

Field Detail

IID8fb38849_b524_4e75_819c_80e6152b2b9f

static final int IID8fb38849_b524_4e75_819c_80e6152b2b9f
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()
                 throws java.io.IOException,
                        AutomationException
FieldInfo Property Merge Rule.

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 rule)
                  throws java.io.IOException,
                         AutomationException
FieldInfo Property Merge Rule.

Parameters:
rule - 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()
                                  throws java.io.IOException,
                                         AutomationException
FieldInfo Property Join Delimiter.

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

setJoinDelimiter

void setJoinDelimiter(java.lang.String delimiter)
                      throws java.io.IOException,
                             AutomationException
FieldInfo Property Join Delimiter.

Parameters:
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[] start,
                int[] end)
                throws java.io.IOException,
                       AutomationException
Returns the start and end text positions.

Parameters:
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 start,
                int end)
                throws java.io.IOException,
                       AutomationException
Sets the start and end text positions.

Parameters:
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.