public interface IClassSchemaEdit
extends java.io.Serializable
Description: 'Provides access to member to modify an object class schema.' 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 |
IID64654191_e2e8_11d2_8a56_000000000000 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
alterAliasName(java.lang.String name)
The alias name of the object class.
|
void |
alterClassExtensionCLSID(IUID classExtensionCLSID,
IPropertySet classExtensionProperties)
Changes the class extension COM class associated with this database class.
|
void |
alterDefaultValue(java.lang.String fieldName,
java.lang.Object value)
The default value of the object class field.
|
void |
alterDomain(java.lang.String fieldName,
IDomain domain)
The default domain of the object class field.
|
void |
alterFieldAliasName(java.lang.String fieldName,
java.lang.String aliasName)
The alias name of the object class field.
|
void |
alterFieldModelName(java.lang.String fieldName,
java.lang.String modelName)
The model name of the object class field.
|
void |
alterInstanceCLSID(IUID instanceCLSID)
Changes the instance COM class associated with this database class.
|
void |
alterModelName(java.lang.String name)
The model name of the object class.
|
int |
registerAsObjectClass(java.lang.String suggestedOIDFieldName,
java.lang.String configKeyword)
Registers this class with the database, assigning it a class id and creating an object id column.
|
static final int IID64654191_e2e8_11d2_8a56_000000000000
static final int xxDummy
static final java.lang.String IID
int registerAsObjectClass(java.lang.String suggestedOIDFieldName, java.lang.String configKeyword) throws java.io.IOException, AutomationException
suggestedOIDFieldName
- The suggestedOIDFieldName (in)configKeyword
- The configKeyword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void alterInstanceCLSID(IUID instanceCLSID) throws java.io.IOException, AutomationException
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(IUID classExtensionCLSID, IPropertySet classExtensionProperties) throws java.io.IOException, AutomationException
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.void alterAliasName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void alterFieldAliasName(java.lang.String fieldName, java.lang.String aliasName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)aliasName
- The aliasName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void alterModelName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void alterFieldModelName(java.lang.String fieldName, java.lang.String modelName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)modelName
- The modelName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void alterDomain(java.lang.String fieldName, IDomain domain) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)domain
- A reference to a com.esri.arcgis.geodatabase.IDomain (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void alterDefaultValue(java.lang.String fieldName, java.lang.Object value) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)value
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.