com.esri.arcgis.geodatabase
Interface esriNetworkAttributeDataType

All Superinterfaces:
java.io.Serializable

public interface esriNetworkAttributeDataType
extends java.io.Serializable

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

Description: 'Data type of a network dataset 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 int esriNADTBoolean
          The network attribute is of Boolean data type.
static int esriNADTDouble
          The network attribute is of Double data type.
static int esriNADTFloat
          The network attribute is of Float data type.
static int esriNADTInteger
          The network attribute is of Integer data type.
 

Field Detail

esriNADTInteger

static final int esriNADTInteger
The network attribute is of Integer data type.

See Also:
Constant Field Values

esriNADTFloat

static final int esriNADTFloat
The network attribute is of Float data type.

See Also:
Constant Field Values

esriNADTDouble

static final int esriNADTDouble
The network attribute is of Double data type.

See Also:
Constant Field Values

esriNADTBoolean

static final int esriNADTBoolean
The network attribute is of Boolean data type.

See Also:
Constant Field Values