public interface IQueryName
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDc833c1f6_90b8_11d3_9f7b_00c04f6bc886 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IQueryDef |
getQueryDef()
QueryDef of feature class name.
|
void |
setQueryDef(IQueryDef queryDef)
QueryDef of feature class name.
|
static final int IIDc833c1f6_90b8_11d3_9f7b_00c04f6bc886
static final int xxDummy
static final java.lang.String IID
IQueryDef getQueryDef() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setQueryDef(IQueryDef queryDef) throws java.io.IOException, AutomationException
queryDef
- A reference to a com.esri.arcgis.geodatabase.IQueryDef (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.