com.esri.arcgis.geoprocessing
Interface IMdVariable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMdVariableProxy, MdVariable

public interface IMdVariable
extends java.io.Serializable

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

Description: 'Provides access to properties/methods of a model variable.' 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 IID18b03157_5ea4_46ae_b0b1_f7769c7dab32
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isAddToDisplay()
          Indicates if the variable should be added to the application display.
 boolean isIntermediate()
          Indicates if the data specified by the variable is considered intermediate data.
 void setAddToDisplay(boolean addToDisplay)
          Indicates if the variable should be added to the application display.
 void setIntermediate(boolean intermediate)
          Indicates if the data specified by the variable is considered intermediate data.
 

Field Detail

IID18b03157_5ea4_46ae_b0b1_f7769c7dab32

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

isAddToDisplay

boolean isAddToDisplay()
                       throws java.io.IOException,
                              AutomationException
Indicates if the variable should be added to the application display.

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

setAddToDisplay

void setAddToDisplay(boolean addToDisplay)
                     throws java.io.IOException,
                            AutomationException
Indicates if the variable should be added to the application display.

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

isIntermediate

boolean isIntermediate()
                       throws java.io.IOException,
                              AutomationException
Indicates if the data specified by the variable is considered intermediate data.

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

setIntermediate

void setIntermediate(boolean intermediate)
                     throws java.io.IOException,
                            AutomationException
Indicates if the data specified by the variable is considered intermediate data.

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