com.esri.arcgis.geodatabase
Interface IHistoricalMarker

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
HistoricalVersionMarker, IHistoricalMarkerProxy

public interface IHistoricalMarker
extends java.io.Serializable

COM Interface 'IHistoricalMarker'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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
static java.lang.String IID
          Deprecated. Internal use only
static int IID95aac432_f6c5_4407_b983_14525aff4170
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getName()
          The name of the historical marker.
 java.lang.Object getTimeStamp()
          The timestamp of the historical marker.
 

Field Detail

IID95aac432_f6c5_4407_b983_14525aff4170

static final int IID95aac432_f6c5_4407_b983_14525aff4170
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the historical marker.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeStamp

java.lang.Object getTimeStamp()
                              throws java.io.IOException,
                                     AutomationException
The timestamp of the historical marker.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.