com.esri.arcgis.datainterop
Interface IFMETool

All Superinterfaces:
Serializable
All Known Implementing Classes:
FMETool, IFMEToolProxy

public interface IFMETool
extends Serializable

IFMETool Interface

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean checkFile()
          method CheckFile
 void edit(boolean newFile)
          method Edit
 String getFile()
          property File
 void loadGuiParms()
          method LoadGuiParms
 void setFile(String pVal)
          property File
 

Method Detail

checkFile

boolean checkFile()
                  throws IOException,
                         AutomationException
method CheckFile

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getFile

String getFile()
               throws IOException,
                      AutomationException
property File

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setFile

void setFile(String pVal)
             throws IOException,
                    AutomationException
property File

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

edit

void edit(boolean newFile)
          throws IOException,
                 AutomationException
method Edit

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

loadGuiParms

void loadGuiParms()
                  throws IOException,
                         AutomationException
method LoadGuiParms

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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