|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAttributeQuery
Provides access to members that manage the schematic attribute query.
Method Summary | |
---|---|
String |
getFieldName()
Result field name of the schematic attribute query. |
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(String fieldName)
Result field name of the schematic attribute query. |
void |
setQueryString(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 |
Method Detail |
---|
IEnumSchematicQueryParameter getSchematicQueryParameters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSchematicQueryParameters(IEnumSchematicQueryParameter queryParameters) throws IOException, AutomationException
queryParameters
- A reference to a com.esri.arcgis.schematic.IEnumSchematicQueryParameter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getQueryString() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setQueryString(String queryString) throws IOException, AutomationException
queryString
- The queryString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicDataSource getSchematicDataSource() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSchematicDataSourceByRef(ISchematicDataSource schematicDataSource) throws IOException, AutomationException
schematicDataSource
- A reference to a com.esri.arcgis.schematic.ISchematicDataSource (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseAssociatedFeatureDataSource() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseAssociatedFeatureDataSource(boolean useAssociatedFeatureDataSource) throws IOException, AutomationException
useAssociatedFeatureDataSource
- The useAssociatedFeatureDataSource (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |