com.esri.arcgis.geodatabase
Interface INetworkTravelModeParameterValue

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INetworkTravelModeParameterValueProxy, NetworkTravelModeParameterValue

public interface INetworkTravelModeParameterValue
extends java.io.Serializable

COM Interface 'INetworkTravelModeParameterValue'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID679e400c_2d04_45e8_9c1c_1c747a9fa846
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID679e400c_2d04_45e8_9c1c_1c747a9fa846

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

setAttributeName

void setAttributeName(java.lang.String attributeName)
                      throws java.io.IOException,
                             AutomationException
Name of the network attribute.

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

getAttributeName

java.lang.String getAttributeName()
                                  throws java.io.IOException,
                                         AutomationException
Name of the network attribute.

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

setParameterName

void setParameterName(java.lang.String parameterName)
                      throws java.io.IOException,
                             AutomationException
Name of the network attribute parameter.

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

getParameterName

java.lang.String getParameterName()
                                  throws java.io.IOException,
                                         AutomationException
Name of the network attribute parameter.

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

setValue

void setValue(java.lang.Object value)
              throws java.io.IOException,
                     AutomationException
Value of the network attribute parameter.

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

getValue

java.lang.Object getValue()
                          throws java.io.IOException,
                                 AutomationException
Value of the network attribute parameter.

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