com.esri.arcgis.geodatabase
Interface INetworkFieldEvaluator2

All Superinterfaces:
INetworkFieldEvaluator, java.io.Serializable
All Known Implementing Classes:
INetworkFieldEvaluator2Proxy, NetworkFieldEvaluator

public interface INetworkFieldEvaluator2
extends INetworkFieldEvaluator, java.io.Serializable

COM Interface 'INetworkFieldEvaluator2'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that specify the properties of a network attribute evaluator whose values are derived from object field 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 java.lang.String IID
          Deprecated. Internal use only
static int IID371f4a7d_edea_457e_920d_4b7de2d2b6a5
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkFieldEvaluator
IID6337ab0f_7a5e_4de6_bb75_492b407146ff
 
Method Summary
 void getLanguage(java.lang.String[] language)
          Gets the script language
 void setLanguage(java.lang.String language)
          Sets the script language
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkFieldEvaluator
getExpression, setExpression
 

Field Detail

IID371f4a7d_edea_457e_920d_4b7de2d2b6a5

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

setLanguage

void setLanguage(java.lang.String language)
                 throws java.io.IOException,
                        AutomationException
Sets the script language

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

getLanguage

void getLanguage(java.lang.String[] language)
                 throws java.io.IOException,
                        AutomationException
Gets the script language

Parameters:
language - The language (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.