com.esri.arcgis.catalog
Interface IGxFilterDataElements

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxFilterDataElements, IGxFilterDataElementsProxy

public interface IGxFilterDataElements
extends java.io.Serializable

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

Description: 'Provides access to GxFilter data elements.' 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 IIDcd492cc1_d71c_4b7a_bec9_b43e7374d9e1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGPDomain getChooseDomain()
          Data element domain.
 IGPDomain getDisplayDomain()
          Data element domain.
 void setChooseDomainByRef(IGPDomain domain)
          Data element domain.
 void setDescription(java.lang.String rhs1)
          Filter description.
 void setDisplayDomainByRef(IGPDomain domain)
          Data element domain.
 void setName(java.lang.String rhs1)
          Filter name.
 

Field Detail

IIDcd492cc1_d71c_4b7a_bec9_b43e7374d9e1

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

getChooseDomain

IGPDomain getChooseDomain()
                          throws java.io.IOException,
                                 AutomationException
Data element domain.

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

setChooseDomainByRef

void setChooseDomainByRef(IGPDomain domain)
                          throws java.io.IOException,
                                 AutomationException
Data element domain.

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

getDisplayDomain

IGPDomain getDisplayDomain()
                           throws java.io.IOException,
                                  AutomationException
Data element domain.

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

setDisplayDomainByRef

void setDisplayDomainByRef(IGPDomain domain)
                           throws java.io.IOException,
                                  AutomationException
Data element domain.

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

setName

void setName(java.lang.String rhs1)
             throws java.io.IOException,
                    AutomationException
Filter name.

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

setDescription

void setDescription(java.lang.String rhs1)
                    throws java.io.IOException,
                           AutomationException
Filter description.

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