com.esri.arcgis.geodatabase
Interface IFeatureWorkspaceSchemaEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IFeatureWorkspaceSchemaEditProxy, Sde4Workspace, VersionedWorkspace, Workspace

public interface IFeatureWorkspaceSchemaEdit
extends java.io.Serializable

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

Description: 'Provides access to altering the instance CLSID and the class extension CLSID.' 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 IID74996427_6627_11d3_80d3_00c04f686238
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void alterClassExtensionCLSID(java.lang.String name, IUID classExtensionCLSID, IPropertySet classExtensionProperties)
          Changes the class extension COM class associated with this database class.
 void alterInstanceCLSID(java.lang.String name, IUID instanceCLSID)
          Changes the instance COM class associated with this database class.
 

Field Detail

IID74996427_6627_11d3_80d3_00c04f686238

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

alterInstanceCLSID

void alterInstanceCLSID(java.lang.String name,
                        IUID instanceCLSID)
                        throws java.io.IOException,
                               AutomationException
Changes the instance COM class associated with this database class.

Parameters:
name - The name (in)
instanceCLSID - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

alterClassExtensionCLSID

void alterClassExtensionCLSID(java.lang.String name,
                              IUID classExtensionCLSID,
                              IPropertySet classExtensionProperties)
                              throws java.io.IOException,
                                     AutomationException
Changes the class extension COM class associated with this database class.

Parameters:
name - The name (in)
classExtensionCLSID - A reference to a com.esri.arcgis.system.IUID (in)
classExtensionProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.