com.esri.arcgis.geoprocessing
Interface IGPVariableManager

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

public interface IGPVariableManager
extends java.io.Serializable

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

Description: 'Provides access to GPVariableManager 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 IIDfa365292_db48_438a_860c_3cc58bf5b43a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(IGPVariable pVariable)
          Adds a variable.
 IGPVariable find(java.lang.String name)
          Finds a variable.
 IArray getVariables()
          Returns an array of all of the variables.
 void remove(java.lang.String name)
          Removes a variable.
 void removeAll()
          Removes all variables.
 

Field Detail

IIDfa365292_db48_438a_860c_3cc58bf5b43a

static final int IIDfa365292_db48_438a_860c_3cc58bf5b43a
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(IGPVariable pVariable)
         throws java.io.IOException,
                AutomationException
Adds a variable.

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

remove

void remove(java.lang.String name)
            throws java.io.IOException,
                   AutomationException
Removes a variable.

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

removeAll

void removeAll()
               throws java.io.IOException,
                      AutomationException
Removes all variables.

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

find

IGPVariable find(java.lang.String name)
                 throws java.io.IOException,
                        AutomationException
Finds a variable.

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

getVariables

IArray getVariables()
                    throws java.io.IOException,
                           AutomationException
Returns an array of all of the variables.

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