com.esri.arcgis.geoprocessing
Interface IProtectNameGeoprocessing

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

public interface IProtectNameGeoprocessing
extends java.io.Serializable

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

Description: 'Provides access to dummy methods protecting name correctness.' 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 IID4f37be4d_3cc6_421d_bde9_f73d48ff5cb9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void protectOLE_COLOR(int aColor)
          protectOLE_COLOR
 void protectOLE_HANDLE(int aHandle)
          protectOLE_HANDLE
 

Field Detail

IID4f37be4d_3cc6_421d_bde9_f73d48ff5cb9

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

protectOLE_HANDLE

void protectOLE_HANDLE(int aHandle)
                       throws java.io.IOException,
                              AutomationException
protectOLE_HANDLE

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

protectOLE_COLOR

void protectOLE_COLOR(int aColor)
                      throws java.io.IOException,
                             AutomationException
protectOLE_COLOR

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