public class ArchiveRegistrationInfo extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IArchiveRegistrationInfo
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 =
IID, IID3112504b_a3c5_4729_ac3a_e2abcd29e260, xxDummy
Constructor and Description |
---|
ArchiveRegistrationInfo()
Constructs a ArchiveRegistrationInfo using ArcGIS Engine.
|
ArchiveRegistrationInfo(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
ArchiveRegistrationInfo theArchiveRegistrationInfo = (ArchiveRegistrationInfo) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
java.lang.String |
getArchiveTableName()
The name of the archive table.
|
static java.lang.String |
getClsid()
getClsid.
|
java.lang.String |
getDatasetName()
The name of the dataset this registration information applies to.
|
java.lang.String |
getFromFieldName()
The name of the FROM field.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.String |
getOIDFieldName()
The name of the archive object id field.
|
java.lang.Object |
getSeedTimeStamp()
The initial timestamp when archiving was enabled.
|
java.lang.String |
getToFieldName()
The name of the TO field.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setArchiveTableName(java.lang.String archiveTableName)
The name of the archive table.
|
void |
setDatasetName(java.lang.String name)
The name of the dataset this registration information applies to.
|
void |
setFromFieldName(java.lang.String fromField)
The name of the FROM field.
|
void |
setOIDFieldName(java.lang.String oidField)
The name of the archive object id field.
|
void |
setToFieldName(java.lang.String toField)
The name of the TO field.
|
public ArchiveRegistrationInfo() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic ArchiveRegistrationInfo(java.lang.Object obj) throws java.io.IOException
ArchiveRegistrationInfo theArchiveRegistrationInfo = (ArchiveRegistrationInfo) obj;
obj
to ArchiveRegistrationInfo
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
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 java.lang.String getDatasetName() throws java.io.IOException, AutomationException
getDatasetName
in interface IArchiveRegistrationInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDatasetName(java.lang.String name) throws java.io.IOException, AutomationException
setDatasetName
in interface IArchiveRegistrationInfo
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getArchiveTableName() throws java.io.IOException, AutomationException
getArchiveTableName
in interface IArchiveRegistrationInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setArchiveTableName(java.lang.String archiveTableName) throws java.io.IOException, AutomationException
setArchiveTableName
in interface IArchiveRegistrationInfo
archiveTableName
- The archiveTableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFromFieldName() throws java.io.IOException, AutomationException
getFromFieldName
in interface IArchiveRegistrationInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFromFieldName(java.lang.String fromField) throws java.io.IOException, AutomationException
setFromFieldName
in interface IArchiveRegistrationInfo
fromField
- The fromField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getToFieldName() throws java.io.IOException, AutomationException
getToFieldName
in interface IArchiveRegistrationInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setToFieldName(java.lang.String toField) throws java.io.IOException, AutomationException
setToFieldName
in interface IArchiveRegistrationInfo
toField
- The toField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getOIDFieldName() throws java.io.IOException, AutomationException
getOIDFieldName
in interface IArchiveRegistrationInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOIDFieldName(java.lang.String oidField) throws java.io.IOException, AutomationException
setOIDFieldName
in interface IArchiveRegistrationInfo
oidField
- The oidField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getSeedTimeStamp() throws java.io.IOException, AutomationException
getSeedTimeStamp
in interface IArchiveRegistrationInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.