|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.TableNameSet
public class TableNameSet
A set of table names.
| Constructor Summary | |
|---|---|
TableNameSet(Object obj)
Construct a TableNameSet using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
add(String name,
IDatasetName tableName)
Add table to set. |
boolean |
equals(Object o)
Compare this object with another |
IDatasetName |
find(String name)
Find table in set. |
int |
hashCode()
the hashcode for this object |
boolean |
isExists(String name)
Does the set contain this table. |
void |
remove(String name)
Remove table from set. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public TableNameSet(Object obj)
throws IOException
obj to TableNameSet. *
TableNameSet o = (TableNameSet)obj; // will not work
TableNameSet o = new TableNameSet(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
TableNameSet theTableNameSet = (TableNameSet) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void add(String name,
IDatasetName tableName)
throws IOException,
AutomationException
add in interface ITableNameSetname - The name (in)tableName - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void remove(String name)
throws IOException,
AutomationException
remove in interface ITableNameSetname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDatasetName find(String name)
throws IOException,
AutomationException
find in interface ITableNameSetname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isExists(String name)
throws IOException,
AutomationException
isExists in interface ITableNameSetname - The name (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 | ||||||||