|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.EnumTableVersionChanges
public class EnumTableVersionChanges
ESRI EnumTableVersionChanges object.
| Constructor Summary | |
|---|---|
EnumTableVersionChanges()
Constructs a EnumTableVersionChanges using ArcGIS Engine. |
|
EnumTableVersionChanges(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. EnumTableVersionChanges theEnumTableVersionChanges = (EnumTableVersionChanges) obj; |
|
| Method Summary | |
|---|---|
void |
add(ITable oldTable,
ITable newTable)
Tables whose version has been changed. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
next(ITable[] oldTable,
ITable[] newTable)
Retrieves the next table whose version has been changed. |
void |
removeAll()
Remove all stored tables. |
void |
reset()
Resets enumeration sequence to the beginning. |
| 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 EnumTableVersionChanges()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public EnumTableVersionChanges(Object obj)
throws IOException
EnumTableVersionChanges theEnumTableVersionChanges = (EnumTableVersionChanges) obj;
obj to EnumTableVersionChanges.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void next(ITable[] oldTable,
ITable[] newTable)
throws IOException,
AutomationException
next in interface IEnumTableVersionChangesoldTable - A reference to a com.esri.arcgis.geodatabase.ITable (out: use single element array)newTable - A reference to a com.esri.arcgis.geodatabase.ITable (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws IOException,
AutomationException
reset in interface IEnumTableVersionChangesIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void add(ITable oldTable,
ITable newTable)
throws IOException,
AutomationException
add in interface ICollectionTableVersionChangesoldTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)newTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAll()
throws IOException,
AutomationException
removeAll in interface ICollectionTableVersionChangesIOException - 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 | ||||||||