com.esri.arcgis.geodatabase
Interface IObjectClassDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnotationFeatureClassDescription, DimensionClassDescription, FeatureClassDescription, IObjectClassDescriptionProxy, ObjectClassDescription, RasterCatalogClassDescription

public interface IObjectClassDescription
extends java.io.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 java.lang.String IID
          Deprecated. Internal use only
static int IID6a68bebc_8b1b_11d2_a06c_0000f877ebd6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.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.
 java.lang.String getModelName()
          The model name of this class.
 java.lang.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 java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

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

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

getAliasName

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

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

getModelName

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

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

isModelNameUnique

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

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

getInstanceCLSID

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

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

getClassExtensionCLSID

IUID getClassExtensionCLSID()
                            throws java.io.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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRequiredFields

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

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