com.esri.arcgis.networkanalyst
Interface INAServerNetworkAttribute

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INAServerNetworkAttribute2
All Known Implementing Classes:
INAServerNetworkAttribute2Proxy, INAServerNetworkAttributeProxy, NAServerNetworkAttribute

public interface INAServerNetworkAttribute
extends java.io.Serializable

COM Interface 'INAServerNetworkAttribute'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Deprecated as of 10.0. Provides access to properties that describe a network attribute.' 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 IIDcf573d24_3ffd_401a_b73a_3736db98ca2c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getDataType()
          Type of data used in this network attribute.
 java.lang.String getName()
          Name of this network attribute.
 IStringArray getParameterNames()
          Collection of parameter names for this network attribute.
 int getUnits()
          Units of this network attribute.
 int getUsageType()
          Usage type of this network attribute.
 

Field Detail

IIDcf573d24_3ffd_401a_b73a_3736db98ca2c

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of this network attribute.

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

getUnits

int getUnits()
             throws java.io.IOException,
                    AutomationException
Units of this network attribute.

Returns:
A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataType

int getDataType()
                throws java.io.IOException,
                       AutomationException
Type of data used in this network attribute.

Returns:
A com.esri.arcgis.geodatabase.esriNetworkAttributeDataType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUsageType

int getUsageType()
                 throws java.io.IOException,
                        AutomationException
Usage type of this network attribute.

Returns:
A com.esri.arcgis.geodatabase.esriNetworkAttributeUsageType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParameterNames

IStringArray getParameterNames()
                               throws java.io.IOException,
                                      AutomationException
Collection of parameter names for this network attribute.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.