com.esri.arcgis.geodatabase
Interface IXMLFilterDef

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IXMLFilterDefProxy, XMLFilterDef

public interface IXMLFilterDef
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0b308561_d65c_4256_9bf9_4363f7997f3b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID0b308561_d65c_4256_9bf9_4363f7997f3b

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

getFieldName

java.lang.String getFieldName()
                              throws java.io.IOException,
                                     AutomationException
The field name.

Returns:
The fieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFieldName

void setFieldName(java.lang.String fieldName)
                  throws java.io.IOException,
                         AutomationException
The field name.

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

getExpression

java.lang.String getExpression()
                               throws java.io.IOException,
                                      AutomationException
The filter expression.

Returns:
The expr
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExpression

void setExpression(java.lang.String expr)
                   throws java.io.IOException,
                          AutomationException
The filter expression.

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