|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to the properties/methods of the string array.
| 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. |
| Method Detail |
public int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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.
public 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.
public 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.
public 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.
public void removeAll()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public 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 | |||||||||