|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.TableNameSet
public class TableNameSet
COM Class 'TableNameSet'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description 'A set of table names.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.geodatabase.ITableNameSet |
---|
IID, IID612806d1_9887_4bf7_b555_03b84aa8c8e5, xxDummy |
Constructor Summary | |
---|---|
TableNameSet(java.lang.Object obj)
Construct a TableNameSet using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
add(java.lang.String name,
IDatasetName tableName)
Add table to set. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IDatasetName |
find(java.lang.String name)
Find table in set. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
boolean |
isExists(java.lang.String name)
Does the set contain this table. |
void |
release()
Release a TableNameSet. |
void |
remove(java.lang.String name)
Remove table from set. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableNameSet(java.lang.Object obj) throws java.io.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
java.io.IOException
- if there are interop problems
TableNameSet theTableNameSet = (TableNameSet) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void add(java.lang.String name, IDatasetName tableName) throws java.io.IOException, AutomationException
add
in interface ITableNameSet
name
- The name (in)tableName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(java.lang.String name) throws java.io.IOException, AutomationException
remove
in interface ITableNameSet
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDatasetName find(java.lang.String name) throws java.io.IOException, AutomationException
find
in interface ITableNameSet
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isExists(java.lang.String name) throws java.io.IOException, AutomationException
isExists
in interface ITableNameSet
name
- The name (in)
java.io.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 |