public interface IObjectClassDescription
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID6a68bebc_8b1b_11d2_a06c_0000f877ebd6 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID6a68bebc_8b1b_11d2_a06c_0000f877ebd6
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAliasName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getModelName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isModelNameUnique() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IUID getInstanceCLSID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IUID getClassExtensionCLSID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFields getRequiredFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.