com.esri.arcgis.trackinganalyst
Interface IDataModificationAction

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataModificationAction, IDataModificationActionProxy

public interface IDataModificationAction
extends java.io.Serializable

COM Interface 'IDataModificationAction'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods needed for the Data Modification actions.' 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 IID6d7d3b61_7983_4c1b_b9f7_2688eae4dc0b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getFunctionText()
          Script defining the instructions for computing the data modifications.
 boolean isParserReady()
          Identifies if the parser is available to parse the script.
 void setFunctionText(java.lang.String pVal)
          Script defining the instructions for computing the data modifications.
 java.lang.String validateFunction()
          Validate that the script can be used successfully by the Data Modification action.
 

Field Detail

IID6d7d3b61_7983_4c1b_b9f7_2688eae4dc0b

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

getFunctionText

java.lang.String getFunctionText()
                                 throws java.io.IOException,
                                        AutomationException
Script defining the instructions for computing the data modifications.

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

setFunctionText

void setFunctionText(java.lang.String pVal)
                     throws java.io.IOException,
                            AutomationException
Script defining the instructions for computing the data modifications.

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

isParserReady

boolean isParserReady()
                      throws java.io.IOException,
                             AutomationException
Identifies if the parser is available to parse the script.

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

validateFunction

java.lang.String validateFunction()
                                  throws java.io.IOException,
                                         AutomationException
Validate that the script can be used successfully by the Data Modification action.

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