|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.schematic.INgAttributeQueryProxy
public class INgAttributeQueryProxy
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,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
INgAttributeQueryProxy()
|
|
INgAttributeQueryProxy(Object obj)
|
protected |
INgAttributeQueryProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
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. |
void |
writeExternal(ObjectOutput out)
|
| 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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public INgAttributeQueryProxy()
public INgAttributeQueryProxy(Object obj)
throws IOException
IOException
protected INgAttributeQueryProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public 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.
getName in interface INgAttributeQueryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String pVal)
throws IOException,
AutomationException
setName in interface INgAttributeQuerypVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFieldName()
throws IOException,
AutomationException
getFieldName in interface INgAttributeQueryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFieldName(String pVal)
throws IOException,
AutomationException
setFieldName in interface INgAttributeQuerypVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INgDataSource getDataSource()
throws IOException,
AutomationException
getDataSource in interface INgAttributeQueryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataSource(INgDataSource pVal)
throws IOException,
AutomationException
setDataSource in interface INgAttributeQuerypVal - A reference to a com.esri.arcgis.schematic.INgDataSource (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getQueryString()
throws IOException,
AutomationException
getQueryString in interface INgAttributeQueryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQueryString(String pVal)
throws IOException,
AutomationException
setQueryString in interface INgAttributeQuerypVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INgParameters getParameters()
throws IOException,
AutomationException
getParameters in interface INgAttributeQueryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParameters(INgParameters pVal)
throws IOException,
AutomationException
setParameters in interface INgAttributeQuerypVal - A reference to a com.esri.arcgis.schematic.INgParameters (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||