|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBStringArray
COM Interface 'IBStringArray'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of the string array.' 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 |
IID0c39cb39_fd27_49da_89d2_fc3f017064f9
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addString(java.lang.String str)
Adds a string to the array. |
int |
getCount()
The size of the array. |
java.lang.String |
getString(int index)
The string at the specified index in the array. |
void |
insertString(int index,
java.lang.String str)
Adds a string to the array at the specified index. |
void |
removeAll()
Removes all strings from the array. |
void |
removeString(int index)
Removes a string from the array. |
void |
replaceString(int index,
java.lang.String str)
Replaces a string in the array. |
| Field Detail |
|---|
static final int IID0c39cb39_fd27_49da_89d2_fc3f017064f9
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getString(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addString(java.lang.String str)
throws java.io.IOException,
AutomationException
str - The str (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insertString(int index,
java.lang.String str)
throws java.io.IOException,
AutomationException
index - The index (in)str - The str (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeString(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAll()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void replaceString(int index,
java.lang.String str)
throws java.io.IOException,
AutomationException
index - The index (in)str - The str (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 | ||||||||