public interface IFeatureWorkspaceSchemaEdit
extends java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID74996427_6627_11d3_80d3_00c04f686238 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final int IID74996427_6627_11d3_80d3_00c04f686238
static final int xxDummy
static final java.lang.String IID
void alterInstanceCLSID(java.lang.String name,
IUID instanceCLSID)
throws java.io.IOException,
AutomationException
name - The name (in)instanceCLSID - A reference to a com.esri.arcgis.system.IUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void alterClassExtensionCLSID(java.lang.String name,
IUID classExtensionCLSID,
IPropertySet classExtensionProperties)
throws java.io.IOException,
AutomationException
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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.