com.esri.arcgis.networkanalysis
Interface esriNetworkLoaderFieldCheck

All Superinterfaces:
java.io.Serializable

public interface esriNetworkLoaderFieldCheck
extends java.io.Serializable

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

Description: 'NetworkLoader field checker return codes.' 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 esriNLFCInvalidDomain
          The given field has invalid domain.
static int esriNLFCInvalidType
          The given field has invalid type.
static int esriNLFCNotFound
          The given field cannot be found or does not exist.
static int esriNLFCUnknownError
          An unknown error was encountered.
static int esriNLFCValid
          The given field is valid.
 

Field Detail

esriNLFCValid

static final int esriNLFCValid
The given field is valid.

See Also:
Constant Field Values

esriNLFCNotFound

static final int esriNLFCNotFound
The given field cannot be found or does not exist.

See Also:
Constant Field Values

esriNLFCInvalidType

static final int esriNLFCInvalidType
The given field has invalid type.

See Also:
Constant Field Values

esriNLFCInvalidDomain

static final int esriNLFCInvalidDomain
The given field has invalid domain.

See Also:
Constant Field Values

esriNLFCUnknownError

static final int esriNLFCUnknownError
An unknown error was encountered.

See Also:
Constant Field Values