com.esri.arcgis.schematic
Interface ISchematicAttributeQuery

All Superinterfaces:
ISchematicAttribute, java.io.Serializable
All Known Implementing Classes:
ISchematicAttributeQueryProxy, SchematicAttributeQuery

public interface ISchematicAttributeQuery
extends ISchematicAttribute, java.io.Serializable

COM Interface 'ISchematicAttributeQuery'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the schematic attribute query.' 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 IIDcba72a8a_c610_4e01_8ce4_c45e312fc453
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
IIDfd0a84c9_c8d2_44da_98ea_e68026c2d56b
 
Method Summary
 java.lang.String getFieldName()
          Result field name of the schematic attribute query.
 java.lang.String getQueryString()
          Query string of the schematic attribute query.
 ISchematicDataSource getSchematicDataSource()
          Schematic data source of the schematic attribute query.
 IEnumSchematicQueryParameter getSchematicQueryParameters()
          Schematic query parameters of the schematic attribute query.
 boolean isUseAssociatedFeatureDataSource()
          Indicates if the query must use the associted feature datasource (useful to query the same version).
 void setFieldName(java.lang.String fieldName)
          Result field name of the schematic attribute query.
 void setQueryString(java.lang.String queryString)
          Query string of the schematic attribute query.
 void setSchematicDataSourceByRef(ISchematicDataSource schematicDataSource)
          Schematic data source of the schematic attribute query.
 void setSchematicQueryParameters(IEnumSchematicQueryParameter queryParameters)
          Schematic query parameters of the schematic attribute query.
 void setUseAssociatedFeatureDataSource(boolean useAssociatedFeatureDataSource)
          Indicates if the query must use the associted feature datasource (useful to query the same version).
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Field Detail

IIDcba72a8a_c610_4e01_8ce4_c45e312fc453

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

getSchematicQueryParameters

IEnumSchematicQueryParameter getSchematicQueryParameters()
                                                         throws java.io.IOException,
                                                                AutomationException
Schematic query parameters of the schematic attribute query.

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

setSchematicQueryParameters

void setSchematicQueryParameters(IEnumSchematicQueryParameter queryParameters)
                                 throws java.io.IOException,
                                        AutomationException
Schematic query parameters of the schematic attribute query.

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

getQueryString

java.lang.String getQueryString()
                                throws java.io.IOException,
                                       AutomationException
Query string of the schematic attribute query.

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

setQueryString

void setQueryString(java.lang.String queryString)
                    throws java.io.IOException,
                           AutomationException
Query string of the schematic attribute query.

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

getSchematicDataSource

ISchematicDataSource getSchematicDataSource()
                                            throws java.io.IOException,
                                                   AutomationException
Schematic data source of the schematic attribute query.

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

setSchematicDataSourceByRef

void setSchematicDataSourceByRef(ISchematicDataSource schematicDataSource)
                                 throws java.io.IOException,
                                        AutomationException
Schematic data source of the schematic attribute query.

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

isUseAssociatedFeatureDataSource

boolean isUseAssociatedFeatureDataSource()
                                         throws java.io.IOException,
                                                AutomationException
Indicates if the query must use the associted feature datasource (useful to query the same version).

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

setUseAssociatedFeatureDataSource

void setUseAssociatedFeatureDataSource(boolean useAssociatedFeatureDataSource)
                                       throws java.io.IOException,
                                              AutomationException
Indicates if the query must use the associted feature datasource (useful to query the same version).

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

getFieldName

java.lang.String getFieldName()
                              throws java.io.IOException,
                                     AutomationException
Result field name of the schematic attribute query.

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
Result field name of the schematic attribute query.

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