com.esri.arcgis.catalogUI
Interface IAttributesEditContext

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AttributesEditContext, IAttributesEditContextProxy

public interface IAttributesEditContext
extends java.io.Serializable

COM Interface 'IAttributesEditContext'. Generated 6/23/2009 10:04:48 AM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Generated using ArcGIS Proxy Generator

Description: 'Provides access to attributes edit context.' 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 IIDf54484af_d0bf_4407_8a52_342212299d0f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INetworkAttributeConfiguration getAttributeTemplates()
          The network attribute templates.
 IDatasetContainer2 getContainer()
          The network dataset container.
 IDENetworkDataset getDENetwork()
          The network dataset data element.
 IEditEvaluatorContext getEditEvaluatorContext(boolean defaultMode, int index)
          The edit evaluator context.
 int getEditEvaluatorContextCount(boolean defaultMode)
          The number of edit evaluator contexts.
 boolean isReadOnly()
          Indicates whether the attribute edit context is read only.
 

Field Detail

IIDf54484af_d0bf_4407_8a52_342212299d0f

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

getContainer

IDatasetContainer2 getContainer()
                                throws java.io.IOException,
                                       AutomationException
The network dataset container.

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

getDENetwork

IDENetworkDataset getDENetwork()
                               throws java.io.IOException,
                                      AutomationException
The network dataset data element.

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

isReadOnly

boolean isReadOnly()
                   throws java.io.IOException,
                          AutomationException
Indicates whether the attribute edit context is read only.

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

getEditEvaluatorContextCount

int getEditEvaluatorContextCount(boolean defaultMode)
                                 throws java.io.IOException,
                                        AutomationException
The number of edit evaluator contexts.

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

getEditEvaluatorContext

IEditEvaluatorContext getEditEvaluatorContext(boolean defaultMode,
                                              int index)
                                              throws java.io.IOException,
                                                     AutomationException
The edit evaluator context.

Parameters:
defaultMode - The defaultMode (in)
index - The index (in)
Returns:
A reference to a com.esri.arcgis.catalogUI.IEditEvaluatorContext
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttributeTemplates

INetworkAttributeConfiguration getAttributeTemplates()
                                                     throws java.io.IOException,
                                                            AutomationException
The network attribute templates.

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