com.esri.arcgis.system
Interface IEnumNameEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumNameEditProxy, NamesEnumerator

public interface IEnumNameEdit
extends java.io.Serializable

COM Interface 'IEnumNameEdit'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members that create of an enumeration of Name objects.' 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 IIDfdafad91_67fe_11d4_8155_00c04f686238
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(IName name)
          Adds a Name in the list.
 void remove(IName name)
          Removes a Name from the list.
 void removeCurrent()
          Removes current name from the list (when enumerating).
 

Field Detail

IIDfdafad91_67fe_11d4_8155_00c04f686238

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

add

void add(IName name)
         throws java.io.IOException,
                AutomationException
Adds a Name in the list.

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

remove

void remove(IName name)
            throws java.io.IOException,
                   AutomationException
Removes a Name from the list.

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

removeCurrent

void removeCurrent()
                   throws java.io.IOException,
                          AutomationException
Removes current name from the list (when enumerating).

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