com.esri.arcgis.catalogUI
Class AttributesEditContext

java.lang.Object
  extended by com.esri.arcgis.catalogUI.AttributesEditContext
All Implemented Interfaces:
IAttributesEditContext, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class AttributesEditContext
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IAttributesEditContext

COM Class 'AttributesEditContext'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description 'Provides Attributes Editing Contextual Information.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.catalogUI.IAttributesEditContext
IID, IIDf54484af_d0bf_4407_8a52_342212299d0f, xxDummy
 
Constructor Summary
AttributesEditContext(java.lang.Object obj)
          Construct a AttributesEditContext using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 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.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int hashCode()
          the hashcode for this object
 boolean isReadOnly()
          Indicates whether the attribute edit context is read only.
 void release()
          Release a AttributesEditContext.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributesEditContext

public AttributesEditContext(java.lang.Object obj)
                      throws java.io.IOException
Construct a AttributesEditContext using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to AttributesEditContext.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
AttributesEditContext o = (AttributesEditContext)obj; // will not work

AttributesEditContext o = new AttributesEditContext(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server

Throws:
java.io.IOException - if there are interop problems AttributesEditContext theAttributesEditContext = (AttributesEditContext) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a AttributesEditContext.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getContainer

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

Specified by:
getContainer in interface IAttributesEditContext
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

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

Specified by:
getDENetwork in interface IAttributesEditContext
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

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

Specified by:
isReadOnly in interface IAttributesEditContext
Returns:
The readOnly
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEditEvaluatorContextCount

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

Specified by:
getEditEvaluatorContextCount in interface IAttributesEditContext
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

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

Specified by:
getEditEvaluatorContext in interface IAttributesEditContext
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

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

Specified by:
getAttributeTemplates in interface IAttributesEditContext
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.