com.esri.arcgis.datasourcesfile
Interface esriSMNetAttributeType

All Superinterfaces:
java.io.Serializable

public interface esriSMNetAttributeType
extends java.io.Serializable

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

Description: 'Deprecated as of 10.1. Types of network attributes.' 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 esriSMNetAttrBoolean
          Net attribute has Boolean type.
static int esriSMNetAttrDouble
          Net attribute has Double type.
static int esriSMNetAttrFloat
          Net attribute has Float type.
static int esriSMNetAttrInteger
          Net attribute has Integer type.
static int esriSMNetAttrShape
          Net attribute has Shape type.
static int esriSMNetAttrString
          Net attribute has String type.
 

Field Detail

esriSMNetAttrInteger

static final int esriSMNetAttrInteger
Net attribute has Integer type.

See Also:
Constant Field Values

esriSMNetAttrFloat

static final int esriSMNetAttrFloat
Net attribute has Float type.

See Also:
Constant Field Values

esriSMNetAttrDouble

static final int esriSMNetAttrDouble
Net attribute has Double type.

See Also:
Constant Field Values

esriSMNetAttrBoolean

static final int esriSMNetAttrBoolean
Net attribute has Boolean type.

See Also:
Constant Field Values

esriSMNetAttrString

static final int esriSMNetAttrString
Net attribute has String type.

See Also:
Constant Field Values

esriSMNetAttrShape

static final int esriSMNetAttrShape
Net attribute has Shape type.

See Also:
Constant Field Values