com.esri.arcgis.geodatabase
Interface INetworkAttributeParameter2

All Superinterfaces:
INetworkAttributeParameter, java.io.Serializable
All Known Implementing Classes:
INetworkAttributeParameter2Proxy, NetworkAttributeParameter

public interface INetworkAttributeParameter2
extends INetworkAttributeParameter, java.io.Serializable

COM Interface 'INetworkAttributeParameter2'. 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 parameter of 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 IIDd4ef63a8_e754_4b09_b282_afbc6dcbf5e9
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkAttributeParameter
IID51e6e103_27b3_472f_9502_001c631064b3
 
Method Summary
 int getParameterUsageType()
          The usage type of the parameter.
 void setParameterUsageType(int parameterUsageType)
          The usage type of the parameter.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkAttributeParameter
getDefaultValue, getName, getValue, getVarType, setDefaultValue, setName, setValue, setVarType
 

Field Detail

IIDd4ef63a8_e754_4b09_b282_afbc6dcbf5e9

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

getParameterUsageType

int getParameterUsageType()
                          throws java.io.IOException,
                                 AutomationException
The usage type of the parameter.

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

setParameterUsageType

void setParameterUsageType(int parameterUsageType)
                           throws java.io.IOException,
                                  AutomationException
The usage type of the parameter.

Parameters:
parameterUsageType - A com.esri.arcgis.geodatabase.esriNetworkAttributeParameterUsageType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.