com.esri.arcgis.geodatabasedistributed
Interface IModifiedClassInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IModifiedClassInfoProxy

public interface IModifiedClassInfo
extends java.io.Serializable

COM Interface 'IModifiedClassInfo'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description: 'Provides access to members that return information about feature classes and tables with edits.' 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 IID0952a2d7_fa43_4740_aea5_d6c902eb6a2c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getChildClassName()
          The name of the feature class or table.
 int getClassID()
          The ID assigned to the feature class or table in the geodatabase.
 int getDatasetType()
          The type of data.
 java.lang.String getParentClassName()
          Name of the checked out feature class or table in the master database.
 java.lang.String getParentDatabase()
          Name of the database where the checked out feature class or table is stored in the master database.
 java.lang.String getParentOwner()
          Name of the database user that owns the checked out feature class or table in the master database.
 

Field Detail

IID0952a2d7_fa43_4740_aea5_d6c902eb6a2c

static final int IID0952a2d7_fa43_4740_aea5_d6c902eb6a2c
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

getChildClassName

java.lang.String getChildClassName()
                                   throws java.io.IOException,
                                          AutomationException
The name of the feature class or table.

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

getClassID

int getClassID()
               throws java.io.IOException,
                      AutomationException
The ID assigned to the feature class or table in the geodatabase.

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

getParentClassName

java.lang.String getParentClassName()
                                    throws java.io.IOException,
                                           AutomationException
Name of the checked out feature class or table in the master database.

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

getDatasetType

int getDatasetType()
                   throws java.io.IOException,
                          AutomationException
The type of data.

Returns:
A com.esri.arcgis.geodatabase.esriDatasetType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParentDatabase

java.lang.String getParentDatabase()
                                   throws java.io.IOException,
                                          AutomationException
Name of the database where the checked out feature class or table is stored in the master database.

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

getParentOwner

java.lang.String getParentOwner()
                                throws java.io.IOException,
                                       AutomationException
Name of the database user that owns the checked out feature class or table in the master database.

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