public interface ITerminal
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a network terminal.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID074d222f_b99a_4b34_93f7_d9e0c24f04de |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getTerminalID()
Returns the terminal ID.
|
java.lang.String |
getTerminalName()
Returns the terminal name.
|
boolean |
isUpstreamTerminal()
Returns whether the terminal is on the upstream side of the device.
|
static final int IID074d222f_b99a_4b34_93f7_d9e0c24f04de
static final int xxDummy
static final java.lang.String IID
int getTerminalID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTerminalName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUpstreamTerminal() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.