com.esri.arcgis.networkanalysis
Interface IStringPair

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IStringPairProxy, StringPair

public interface IStringPair
extends java.io.Serializable

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

IID232cf977_baf2_4f6d_8a79_ffab1f2ae7ad

static final int IID232cf977_baf2_4f6d_8a79_ffab1f2ae7ad
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

getFirstString

java.lang.String getFirstString()
                                throws java.io.IOException,
                                       AutomationException
The first string in the pair.

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

getSecondString

java.lang.String getSecondString()
                                 throws java.io.IOException,
                                        AutomationException
The second string in the pair.

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

setFirstString

void setFirstString(java.lang.String firstString)
                    throws java.io.IOException,
                           AutomationException
The first string in the pair.

Parameters:
firstString - The firstString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSecondString

void setSecondString(java.lang.String secondString)
                     throws java.io.IOException,
                            AutomationException
The second string in the pair.

Parameters:
secondString - The secondString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.