|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStringPair
COM Interface 'IStringPair'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'
Description: 'Provides access to an ordered pair of strings.' 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 |
IID232cf977_baf2_4f6d_8a79_ffab1f2ae7ad
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getFirstString()
The first string in the pair. |
java.lang.String |
getSecondString()
The second string in the pair. |
void |
setFirstString(java.lang.String firstString)
The first string in the pair. |
void |
setSecondString(java.lang.String secondString)
The second string in the pair. |
| Field Detail |
|---|
static final int IID232cf977_baf2_4f6d_8a79_ffab1f2ae7ad
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getFirstString()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getSecondString()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFirstString(java.lang.String firstString)
throws java.io.IOException,
AutomationException
firstString - The firstString (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSecondString(java.lang.String secondString)
throws java.io.IOException,
AutomationException
secondString - The secondString (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 | ||||||||