com.esri.arcgis.geoprocessing
Interface IGPSchemaCheckImpl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGPSchemaCheckImplProxy

public interface IGPSchemaCheckImpl
extends java.io.Serializable

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

Description: 'Provides access to the private IGPSchemaCheckImpl interface.' 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 IID5e4bd402_b643_4358_bfe4_4b4b1e7f84b3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isCheckSchema()
          The check schema flag.
 void setCheckSchema(boolean checkSchema)
          The check schema flag.
 

Field Detail

IID5e4bd402_b643_4358_bfe4_4b4b1e7f84b3

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

isCheckSchema

boolean isCheckSchema()
                      throws java.io.IOException,
                             AutomationException
The check schema flag.

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

setCheckSchema

void setCheckSchema(boolean checkSchema)
                    throws java.io.IOException,
                           AutomationException
The check schema flag.

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