|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStringPair
Provides access to an ordered pair of strings.
The StringPair is a set of strings and is currently used with the INetworkBuilder2::AddWeightToNetwork method in which the first string represents the class name, the second the field name.
Method Summary | |
---|---|
String |
getFirstString()
The first string in the pair. |
String |
getSecondString()
The second string in the pair. |
void |
setFirstString(String firstString)
The first string in the pair. |
void |
setSecondString(String secondString)
The second string in the pair. |
Method Detail |
---|
String getFirstString() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSecondString() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFirstString(String firstString) throws IOException, AutomationException
firstString
- The firstString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSecondString(String secondString) throws IOException, AutomationException
secondString
- The secondString (in)
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 |