|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.schematic.ISchematicAttributeProxy com.esri.arcgis.schematic.ISchematicAttributeQueryProxy
public class ISchematicAttributeQueryProxy
Provides access to members that manage the schematic attribute query.
An attribute Query is an attribute whose values will be returned by a query. Configuring Query schematic attribute parameters consists of specifying that query.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISchematicAttributeQueryProxy()
|
|
ISchematicAttributeQueryProxy(Object obj)
|
protected |
ISchematicAttributeQueryProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
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 class com.esri.arcgis.schematic.ISchematicAttributeProxy |
---|
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute |
---|
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ISchematicAttributeQueryProxy()
public ISchematicAttributeQueryProxy(Object obj) throws IOException
IOException
protected ISchematicAttributeQueryProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class ISchematicAttributeProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class ISchematicAttributeProxy
IOException
public IEnumSchematicQueryParameter getSchematicQueryParameters() throws IOException, AutomationException
getSchematicQueryParameters
in interface ISchematicAttributeQuery
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSchematicQueryParameters(IEnumSchematicQueryParameter queryParameters) throws IOException, AutomationException
setSchematicQueryParameters
in interface ISchematicAttributeQuery
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.public String getQueryString() throws IOException, AutomationException
getQueryString
in interface ISchematicAttributeQuery
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setQueryString(String queryString) throws IOException, AutomationException
setQueryString
in interface ISchematicAttributeQuery
queryString
- The queryString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicDataSource getSchematicDataSource() throws IOException, AutomationException
getSchematicDataSource
in interface ISchematicAttributeQuery
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSchematicDataSourceByRef(ISchematicDataSource schematicDataSource) throws IOException, AutomationException
setSchematicDataSourceByRef
in interface ISchematicAttributeQuery
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.public boolean isUseAssociatedFeatureDataSource() throws IOException, AutomationException
isUseAssociatedFeatureDataSource
in interface ISchematicAttributeQuery
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseAssociatedFeatureDataSource(boolean useAssociatedFeatureDataSource) throws IOException, AutomationException
setUseAssociatedFeatureDataSource
in interface ISchematicAttributeQuery
useAssociatedFeatureDataSource
- The useAssociatedFeatureDataSource (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFieldName() throws IOException, AutomationException
getFieldName
in interface ISchematicAttributeQuery
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldName(String fieldName) throws IOException, AutomationException
setFieldName
in interface ISchematicAttributeQuery
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 |