com.esri.arcgis.catalogUI
Interface IArcIMSQuery

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FileSystemQuery, IArcIMSQueryProxy

public interface IArcIMSQuery
extends java.io.Serializable

COM Interface 'IArcIMSQuery'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that let you modify a query.' 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 IID3155eef7_8734_43a5_87e7_62bd658363af
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getContentType()
          The Content type.
 void setContentType(int type)
          The Content type.
 

Field Detail

IID3155eef7_8734_43a5_87e7_62bd658363af

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

getContentType

int getContentType()
                   throws java.io.IOException,
                          AutomationException
The Content type.

Returns:
A com.esri.arcgis.catalog.esriContentType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setContentType

void setContentType(int type)
                    throws java.io.IOException,
                           AutomationException
The Content type.

Parameters:
type - A com.esri.arcgis.catalog.esriContentType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.