|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgAttributeQuery
Provides access to members that control the attribute query.
An attribute query is an attribute which values are stored in a field that is returned by a query other than that associated with the object type the attribute applies.
INgAttribute| Method Summary | |
|---|---|
INgDataSource |
getDataSource()
Data source used by the query. |
String |
getFieldName()
Name of the field related to the attribute query. |
String |
getName()
Name of the attribute query. |
INgParameters |
getParameters()
List of the parameters used by the query. |
String |
getQueryString()
Query, name of the query, or name of the table that returnes the field associated with the attribute query. |
void |
setDataSource(INgDataSource pVal)
Data source used by the query. |
void |
setFieldName(String pVal)
Name of the field related to the attribute query. |
void |
setName(String pVal)
Name of the attribute query. |
void |
setParameters(INgParameters pVal)
List of the parameters used by the query. |
void |
setQueryString(String pVal)
Query, name of the query, or name of the table that returnes the field associated with the attribute query. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
This name is defined when the query attribute is created
- either by calling the INgObjectType CreateAttribute method in the program code,
- or through ArcGIS Schematics Designer, when the attribute has been created.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String pVal)
throws IOException,
AutomationException
pVal - The pVal (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 pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INgDataSource getDataSource()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDataSource(INgDataSource pVal)
throws IOException,
AutomationException
pVal - A reference to a com.esri.arcgis.schematic.INgDataSource (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 pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INgParameters getParameters()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setParameters(INgParameters pVal)
throws IOException,
AutomationException
pVal - A reference to a com.esri.arcgis.schematic.INgParameters (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 | ||||||||