com.esri.arcgis.geodatabase
Interface IClassSchemaEdit3
- All Superinterfaces:
- IClassSchemaEdit, IClassSchemaEdit2, java.io.Serializable
- All Known Subinterfaces:
- IClassSchemaEdit4
- All Known Implementing Classes:
- IClassSchemaEdit3Proxy, IClassSchemaEdit4Proxy, ObjectClass
public interface IClassSchemaEdit3
- extends IClassSchemaEdit2, java.io.Serializable
COM Interface 'IClassSchemaEdit3'. Generated 3/19/2015 1:20:56 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that modify an object class's extension properties.'
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 =
|
Method Summary |
void |
addGlobalID(java.lang.String fieldName)
Adds a global ID column to a class and populates it with GUIDs. |
void |
deleteGlobalID()
Deletes the global ID column. |
IID4b35f814_0417_47e3_8dfc_cad58746693b
static final int IID4b35f814_0417_47e3_8dfc_cad58746693b
- 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
addGlobalID
void addGlobalID(java.lang.String fieldName)
throws java.io.IOException,
AutomationException
- Adds a global ID column to a class and populates it with GUIDs.
- Parameters:
fieldName - The fieldName (in)
- Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
deleteGlobalID
void deleteGlobalID()
throws java.io.IOException,
AutomationException
- Deletes the global ID column.
- Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.