com.esri.arcgis.geoprocessing
Interface IGPDefaultNameList

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPEnvironmentManager, IGPDefaultNameListProxy

public interface IGPDefaultNameList
extends java.io.Serializable

COM Interface 'IGPDefaultNameList'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods to manage a list of output dataset names.' 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 IID6d214b1d_d469_4ee1_8837_6427c2ffeb14
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addOutputName(java.lang.String name)
          Adds the given name to the list.
 boolean checkOutputName(java.lang.String name)
          Returns whether or not the given name exists within the list.
 void removeAllOutputNames()
          Removes all names from the list.
 void removeOutputName(java.lang.String name)
          Removes the specified name from the list.
 

Field Detail

IID6d214b1d_d469_4ee1_8837_6427c2ffeb14

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

removeAllOutputNames

void removeAllOutputNames()
                          throws java.io.IOException,
                                 AutomationException
Removes all names from the list.

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

addOutputName

void addOutputName(java.lang.String name)
                   throws java.io.IOException,
                          AutomationException
Adds the given name to the list.

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

removeOutputName

void removeOutputName(java.lang.String name)
                      throws java.io.IOException,
                             AutomationException
Removes the specified name from the list.

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

checkOutputName

boolean checkOutputName(java.lang.String name)
                        throws java.io.IOException,
                               AutomationException
Returns whether or not the given name exists within the list.

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