com.esri.arcgis.networkanalyst
Interface INAClassCandidateFieldMap

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INAClassCandidateFieldMapProxy, NAClassCandidateFieldMap

public interface INAClassCandidateFieldMap
extends java.io.Serializable

COM Interface 'INAClassCandidateFieldMap'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Deprecated as of 10.0. Provides access to the candidate field maps of an NAClass.' 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 IID9585a306_8a38_49f6_a025_c9b572952781
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INACandidateFieldMap[] getCandidateFieldMaps()
          Array of candidate field map objects.
 java.lang.String getNAClassName()
          Name of the NAClass.
 void setCandidateFieldMaps(INACandidateFieldMap[] ppCandidateFieldMaps)
          Array of candidate field map objects.
 void setNAClassName(java.lang.String name)
          Name of the NAClass.
 

Field Detail

IID9585a306_8a38_49f6_a025_c9b572952781

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

getNAClassName

java.lang.String getNAClassName()
                                throws java.io.IOException,
                                       AutomationException
Name of the NAClass.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNAClassName

void setNAClassName(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
Name of the NAClass.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCandidateFieldMaps

INACandidateFieldMap[] getCandidateFieldMaps()
                                             throws java.io.IOException,
                                                    AutomationException
Array of candidate field map objects.

Returns:
A reference to a com.esri.arcgis.networkanalyst.INACandidateFieldMap array
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCandidateFieldMaps

void setCandidateFieldMaps(INACandidateFieldMap[] ppCandidateFieldMaps)
                           throws java.io.IOException,
                                  AutomationException
Array of candidate field map objects.

Parameters:
ppCandidateFieldMaps - A reference to a com.esri.arcgis.networkanalyst.INACandidateFieldMap array (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.