com.esri.arcgis.geodatabase
Interface IClassSchemaEdit

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IClassSchemaEdit2, IClassSchemaEdit3, IClassSchemaEdit4
All Known Implementing Classes:
FeatureClass, IClassSchemaEdit2Proxy, IClassSchemaEdit3Proxy, IClassSchemaEdit4Proxy, IClassSchemaEditProxy, ObjectClass, RasterCatalog, SchematicDiagramClass, SchematicElementClass

public interface IClassSchemaEdit
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID64654191_e2e8_11d2_8a56_000000000000
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID64654191_e2e8_11d2_8a56_000000000000

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

registerAsObjectClass

int registerAsObjectClass(java.lang.String suggestedOIDFieldName,
                          java.lang.String configKeyword)
                          throws java.io.IOException,
                                 AutomationException
Registers this class with the database, assigning it a class id and creating an object id column.

Parameters:
suggestedOIDFieldName - The suggestedOIDFieldName (in)
configKeyword - The configKeyword (in)
Returns:
The objectClassID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

alterInstanceCLSID

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

Parameters:
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(IUID classExtensionCLSID,
                              IPropertySet classExtensionProperties)
                              throws java.io.IOException,
                                     AutomationException
Changes the class extension COM class associated with this database class.

Parameters:
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.

alterAliasName

void alterAliasName(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
The alias name of the object class.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

alterFieldAliasName

void alterFieldAliasName(java.lang.String fieldName,
                         java.lang.String aliasName)
                         throws java.io.IOException,
                                AutomationException
The alias name of the object class field.

Parameters:
fieldName - The fieldName (in)
aliasName - The aliasName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

alterModelName

void alterModelName(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
The model name of the object class.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

alterFieldModelName

void alterFieldModelName(java.lang.String fieldName,
                         java.lang.String modelName)
                         throws java.io.IOException,
                                AutomationException
The model name of the object class field.

Parameters:
fieldName - The fieldName (in)
modelName - The modelName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

alterDomain

void alterDomain(java.lang.String fieldName,
                 IDomain domain)
                 throws java.io.IOException,
                        AutomationException
The default domain of the object class field.

Parameters:
fieldName - The fieldName (in)
domain - A reference to a com.esri.arcgis.geodatabase.IDomain (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

alterDefaultValue

void alterDefaultValue(java.lang.String fieldName,
                       java.lang.Object value)
                       throws java.io.IOException,
                              AutomationException
The default value of the object class field.

Parameters:
fieldName - The fieldName (in)
value - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.