public interface INetworkTravelModeParameterValue
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a travel mode attribute parameter value.' 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 |
IID679e400c_2d04_45e8_9c1c_1c747a9fa846 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeName()
Name of the network attribute.
|
java.lang.String |
getParameterName()
Name of the network attribute parameter.
|
java.lang.Object |
getValue()
Value of the network attribute parameter.
|
void |
setAttributeName(java.lang.String attributeName)
Name of the network attribute.
|
void |
setParameterName(java.lang.String parameterName)
Name of the network attribute parameter.
|
void |
setValue(java.lang.Object value)
Value of the network attribute parameter.
|
static final int IID679e400c_2d04_45e8_9c1c_1c747a9fa846
static final int xxDummy
static final java.lang.String IID
void setAttributeName(java.lang.String attributeName)
throws java.io.IOException,
AutomationException
attributeName - The attributeName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getAttributeName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setParameterName(java.lang.String parameterName)
throws java.io.IOException,
AutomationException
parameterName - The parameterName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getParameterName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setValue(java.lang.Object value)
throws java.io.IOException,
AutomationException
value - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getValue()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.