public interface IObjectClass extends IClass, java.io.Serializable
Description: 'Provides access to members that return information about an object class.' 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 |
IID1afcdb31_ac09_11d2_8a1e_006097aff44e |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1afcdb32_ac09_11d2_8a1e_006097aff44e
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAliasName()
The alias name of the object class.
|
int |
getObjectClassID()
The unique ID for the object class.
|
IEnumRelationshipClass |
getRelationshipClasses(int role)
The relationship classes in which this object class participates in for the specified role.
|
addField, addIndex, deleteField, deleteIndex, findField, getCLSID, getEXTCLSID, getExtension, getExtensionProperties, getFields, getIndexes, getOIDFieldName, isHasOID
static final int IID1afcdb31_ac09_11d2_8a1e_006097aff44e
static final int xxDummy
static final java.lang.String IID
int getObjectClassID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumRelationshipClass getRelationshipClasses(int role) throws java.io.IOException, AutomationException
role
- A com.esri.arcgis.geodatabase.esriRelRole constant (in)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.