com.esri.arcgis.geodatabase
Interface IQueryName

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IQueryName2
All Known Implementing Classes:
FeatureQueryName, IQueryName2Proxy, IQueryNameProxy, TableQueryName

public interface IQueryName
extends java.io.Serializable

COM Interface 'IQueryName'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to the associated query definition.' 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 IIDc833c1f6_90b8_11d3_9f7b_00c04f6bc886
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IQueryDef getQueryDef()
          QueryDef of feature class name.
 void setQueryDef(IQueryDef queryDef)
          QueryDef of feature class name.
 

Field Detail

IIDc833c1f6_90b8_11d3_9f7b_00c04f6bc886

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

getQueryDef

IQueryDef getQueryDef()
                      throws java.io.IOException,
                             AutomationException
QueryDef of feature class name.

Returns:
A reference to a com.esri.arcgis.geodatabase.IQueryDef
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQueryDef

void setQueryDef(IQueryDef queryDef)
                 throws java.io.IOException,
                        AutomationException
QueryDef of feature class name.

Parameters:
queryDef - A reference to a com.esri.arcgis.geodatabase.IQueryDef (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.