com.esri.arcgis.geodatabase
Interface IObjectClassDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
AnnotationFeatureClassDescription, DimensionClassDescription, FeatureClassDescription, ObjectClassDescription, RasterCatalogClassDescription

public interface IObjectClassDescription
extends Serializable

COM Interface 'IObjectClassDescription'. Generated 11/28/2008 12:16:11 PM from 'C:\ArcGIS\java\JavaEngine\buildoutput\olb\esriGeoDatabase.olb'

Generated using ArcGIS Proxy Generator

Description: 'Provides access to members that control Object Class Description.' 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 String IID
          Deprecated. Internal use only
static int IID6a68bebc_8b1b_11d2_a06c_0000f877ebd6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 String getAliasName()
          The alias name of this class.
 IUID getClassExtensionCLSID()
          The CLSID of the class extension COM class that implements class level behavior.
 IUID getInstanceCLSID()
          The CLSID of the COM class that implements instance level behavior.
 String getModelName()
          The model name of this class.
 String getName()
          The name for this class, e.g., ESRI Simple Junction Feature.
 IFields getRequiredFields()
          The descriptions of the set of required fields for this class.
 boolean isModelNameUnique()
          Indicates if the model name of this class is unique.
 

Field Detail

IID6a68bebc_8b1b_11d2_a06c_0000f877ebd6

static final int IID6a68bebc_8b1b_11d2_a06c_0000f877ebd6
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
The name for this class, e.g., ESRI Simple Junction Feature.

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAliasName

String getAliasName()
                    throws IOException,
                           AutomationException
The alias name of this class.

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getModelName

String getModelName()
                    throws IOException,
                           AutomationException
The model name of this class.

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isModelNameUnique

boolean isModelNameUnique()
                          throws IOException,
                                 AutomationException
Indicates if the model name of this class is unique.

Returns:
The isUnique
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInstanceCLSID

IUID getInstanceCLSID()
                      throws IOException,
                             AutomationException
The CLSID of the COM class that implements instance level behavior.

Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassExtensionCLSID

IUID getClassExtensionCLSID()
                            throws IOException,
                                   AutomationException
The CLSID of the class extension COM class that implements class level behavior.

Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRequiredFields

IFields getRequiredFields()
                          throws IOException,
                                 AutomationException
The descriptions of the set of required fields for this class.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFields
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.