|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPFieldInfoProperty2
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 |
|---|
static final int IID8fb38849_b524_4e75_819c_80e6152b2b9f
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getMergeRule()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMergeRule(int rule)
throws java.io.IOException,
AutomationException
rule - A com.esri.arcgis.geoprocessing.esriGPFieldMapMergeRule constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getJoinDelimiter()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setJoinDelimiter(java.lang.String delimiter)
throws java.io.IOException,
AutomationException
delimiter - The delimiter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getTextPos(int[] start,
int[] end)
throws java.io.IOException,
AutomationException
start - The start (out: use single element array)end - The end (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTextPos(int start,
int end)
throws java.io.IOException,
AutomationException
start - The start (in)end - The end (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||