com.esri.arcgis.geodatabase
Interface esriNetworkAttributeParameterUsageType

All Superinterfaces:
java.io.Serializable

public interface esriNetworkAttributeParameterUsageType
extends java.io.Serializable

Constants from esriNetworkAttributeParameterUsageType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Usage type of a network attribute parameter.' 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 int esriNAPUTGeneral
          General usage type.
static int esriNAPUTRestriction
          The attribute parameter is used to control restrictions.
 

Field Detail

esriNAPUTGeneral

static final int esriNAPUTGeneral
General usage type.

See Also:
Constant Field Values

esriNAPUTRestriction

static final int esriNAPUTRestriction
The attribute parameter is used to control restrictions.

See Also:
Constant Field Values