com.esri.arcgis.editor
Interface IEditAttributeProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Editor, IEditAttributePropertiesProxy

public interface IEditAttributeProperties
extends java.io.Serializable

COM Interface 'IEditAttributeProperties'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to members that control the short transaction attribute properties of an edit session.' 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 IID7d5464cb_6b99_46ac_8626_c215353b741c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISet getAttributeEditClasses()
          The list of applicable feature classes.
 boolean isAttributeEditAll()
          Indicates if the pre-populate attributes dialog is used for all layers or just the selected layers.
 boolean isNonversionedAttributionEnabled()
          Indicates if the attribute query for newly created features is enabled.
 void setAttributeEditAll(boolean pFlag)
          Indicates if the pre-populate attributes dialog is used for all layers or just the selected layers.
 void setAttributeEditClassesByRef(ISet ppClasses)
          The list of applicable feature classes.
 void setNonversionedAttributionEnabled(boolean pFlag)
          Indicates if the attribute query for newly created features is enabled.
 

Field Detail

IID7d5464cb_6b99_46ac_8626_c215353b741c

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

isNonversionedAttributionEnabled

boolean isNonversionedAttributionEnabled()
                                         throws java.io.IOException,
                                                AutomationException
Indicates if the attribute query for newly created features is enabled.

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

setNonversionedAttributionEnabled

void setNonversionedAttributionEnabled(boolean pFlag)
                                       throws java.io.IOException,
                                              AutomationException
Indicates if the attribute query for newly created features is enabled.

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

isAttributeEditAll

boolean isAttributeEditAll()
                           throws java.io.IOException,
                                  AutomationException
Indicates if the pre-populate attributes dialog is used for all layers or just the selected layers.

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

setAttributeEditAll

void setAttributeEditAll(boolean pFlag)
                         throws java.io.IOException,
                                AutomationException
Indicates if the pre-populate attributes dialog is used for all layers or just the selected layers.

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

getAttributeEditClasses

ISet getAttributeEditClasses()
                             throws java.io.IOException,
                                    AutomationException
The list of applicable feature classes.

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

setAttributeEditClassesByRef

void setAttributeEditClassesByRef(ISet ppClasses)
                                  throws java.io.IOException,
                                         AutomationException
The list of applicable feature classes.

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