public interface IXMLFilterDef
extends java.io.Serializable
Description: 'Provides access to XML filter definition properties.' 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 |
IID0b308561_d65c_4256_9bf9_4363f7997f3b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpression()
The filter expression.
|
java.lang.String |
getFieldName()
The field name.
|
void |
setExpression(java.lang.String expr)
The filter expression.
|
void |
setFieldName(java.lang.String fieldName)
The field name.
|
static final int IID0b308561_d65c_4256_9bf9_4363f7997f3b
static final int xxDummy
static final java.lang.String IID
java.lang.String getFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getExpression() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExpression(java.lang.String expr) throws java.io.IOException, AutomationException
expr
- The expr (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.