|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataModificationAction
Provides access to properties and methods needed for the Data Modification actions.
Method Summary | |
---|---|
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(String pVal)
Script defining the instructions for computing the data modifications. |
void |
validateFunction(String[] bstrErrorText)
Validate that the script can be used successfully by the Data Modification action. |
Method Detail |
---|
String getFunctionText() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFunctionText(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isParserReady() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void validateFunction(String[] bstrErrorText) throws IOException, AutomationException
bstrErrorText
- The bstrErrorText (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |