|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.HistoricalVersionMarker
public class HistoricalVersionMarker
| Constructor Summary | |
|---|---|
HistoricalVersionMarker(Object obj)
Construct a HistoricalVersionMarker using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getName()
The name of the historical marker. |
Object |
getTimeStamp()
The timestamp of the historical marker. |
int |
hashCode()
the hashcode for this object |
| 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 HistoricalVersionMarker(Object obj)
throws IOException
obj to HistoricalVersionMarker. *
HistoricalVersionMarker o = (HistoricalVersionMarker)obj; // will not work
HistoricalVersionMarker o = new HistoricalVersionMarker(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
HistoricalVersionMarker theHistoricalVersionMarker = (HistoricalVersionMarker) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
throws IOException,
AutomationException
Returns a string corresponding to the name of the historical marker. The maximum length of the string is 64 characters.
getName in interface IHistoricalMarkerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getTimeStamp()
throws IOException,
AutomationException
getTimeStamp in interface IHistoricalMarkerIOException - 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 | ||||||||