com.esri.arcgis.catalogUI
Interface INetworkAttributeConfiguration3

All Superinterfaces:
INetworkAttributeConfiguration, INetworkAttributeConfiguration2, java.io.Serializable
All Known Implementing Classes:
INetworkAttributeConfiguration3Proxy, NetworkConfiguration

public interface INetworkAttributeConfiguration3
extends INetworkAttributeConfiguration2, java.io.Serializable

COM Interface 'INetworkAttributeConfiguration3'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to the network attribute configuration.' 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 IID477e4214_65bf_4180_8934_2caebaa08bf3
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.catalogUI.INetworkAttributeConfiguration2
IID8834a016_8e30_4101_8d1b_46df8ddf0aa9
 
Fields inherited from interface com.esri.arcgis.catalogUI.INetworkAttributeConfiguration
IID2b089c6b_7a8e_4410_9594_1ef8771cca68
 
Method Summary
 java.lang.String getDefaultSupportedScriptParserLanguage(int arcgisVersion)
          The default script parser language supported at arcgisVersion.
 
Methods inherited from interface com.esri.arcgis.catalogUI.INetworkAttributeConfiguration2
getAgainstSuffixes, getAlongSuffixes, getHierachyRangeMaxValuesByName, getTimeZoneTemplateAttributeNames
 
Methods inherited from interface com.esri.arcgis.catalogUI.INetworkAttributeConfiguration
findMatchingTemplateAttribute, findTemplateAttributeByName, getAgainstPrefixes, getAlongPrefixes, getTemplateAttribute, getTemplateAttributeCount, queryEvaluator
 

Field Detail

IID477e4214_65bf_4180_8934_2caebaa08bf3

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

getDefaultSupportedScriptParserLanguage

java.lang.String getDefaultSupportedScriptParserLanguage(int arcgisVersion)
                                                         throws java.io.IOException,
                                                                AutomationException
The default script parser language supported at arcgisVersion.

Parameters:
arcgisVersion - A com.esri.arcgis.system.esriArcGISVersion constant (in)
Returns:
The language
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.