|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.geodatabase.ArchiveRegistrationInfo
public class ArchiveRegistrationInfo
COM Class 'ArchiveRegistrationInfo'. Generated 3/19/2015 1:20:43 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 |
---|
Fields inherited from interface com.esri.arcgis.geodatabase.IArchiveRegistrationInfo |
---|
IID, IID3112504b_a3c5_4729_ac3a_e2abcd29e260, xxDummy |
Constructor Summary | |
---|---|
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; |
Method Summary | |
---|---|
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()
Deprecated. Internal use only. |
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 a ArchiveRegistrationInfo. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArchiveRegistrationInfo() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.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 Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |