|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEGdbTable
COM Interface 'IDEGdbTable'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that return information about geodatabase table data element.' 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 |
IIDf35fe0cf_d9fc_4172_81f8_20ce5a553ab1
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.geodatabase.IDETable |
---|
IIDd7fcbb04_8e59_4ffb_9ee5_ec670aa892e0 |
Method Summary | |
---|---|
java.lang.String |
getAliasName()
The alias name for the table. |
java.lang.String |
getCLSID()
The GUID for the COM Class (CoClass) corresponding to instances of the object class represented by the table data element. |
IArray |
getControllerMemberships()
The set of controller memberships for the table. |
int |
getDefaultSubtypeCode()
The default subtype code. |
java.lang.String |
getEXTCLSID()
The GUID for the COM Class (CoClass) corresponding to the class extension of the object class represented by the table data element. |
IPropertySet |
getExtensionProperties()
The properties for the class extension. |
java.lang.String |
getGlobalIDFieldName()
The name of the GlobalID Field. |
java.lang.String |
getModelName()
The model name for the table. |
java.lang.String |
getRasterFieldName()
The name of the raster field. |
IStringArray |
getRelationshipClassNames()
The names of the Relationship Classes this object class participates in. |
java.lang.String |
getSubtypeFieldName()
The name of the Subtype Field. |
IArray |
getSubtypes()
The set of Subtypes. |
boolean |
isHasGlobalID()
Indicates if the table has a GlobalID field. |
void |
setAliasName(java.lang.String aliasName)
The alias name for the table. |
void |
setCLSID(java.lang.String classID)
The GUID for the COM Class (CoClass) corresponding to instances of the object class represented by the table data element. |
void |
setControllerMembershipsByRef(IArray controllerMemberships)
The set of controller memberships for the table. |
void |
setDefaultSubtypeCode(int subtypeCode)
The default subtype code. |
void |
setEXTCLSID(java.lang.String classID)
The GUID for the COM Class (CoClass) corresponding to the class extension of the object class represented by the table data element. |
void |
setExtensionPropertiesByRef(IPropertySet propertySet)
The properties for the class extension. |
void |
setGlobalIDFieldName(java.lang.String globalIDFieldName)
The name of the GlobalID Field. |
void |
setHasGlobalID(boolean hasGlobalID)
Indicates if the table has a GlobalID field. |
void |
setModelName(java.lang.String modelName)
The model name for the table. |
void |
setRasterFieldName(java.lang.String fieldName)
The name of the raster field. |
void |
setRelationshipClassNamesByRef(IStringArray relationshipClassNames)
The names of the Relationship Classes this object class participates in. |
void |
setSubtypeFieldName(java.lang.String fieldName)
The name of the Subtype Field. |
void |
setSubtypesByRef(IArray subtypes)
The set of Subtypes. |
Methods inherited from interface com.esri.arcgis.geodatabase.IDETable |
---|
getFields, getIndexes, getOIDFieldName, isHasOID, setFieldsByRef, setHasOID, setIndexesByRef, setOIDFieldName |
Field Detail |
---|
static final int IIDf35fe0cf_d9fc_4172_81f8_20ce5a553ab1
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getCLSID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCLSID(java.lang.String classID) throws java.io.IOException, AutomationException
classID
- The classID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getEXTCLSID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEXTCLSID(java.lang.String classID) throws java.io.IOException, AutomationException
classID
- The classID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getExtensionProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtensionPropertiesByRef(IPropertySet propertySet) throws java.io.IOException, AutomationException
propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getSubtypeFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSubtypeFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDefaultSubtypeCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultSubtypeCode(int subtypeCode) throws java.io.IOException, AutomationException
subtypeCode
- The subtypeCode (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getSubtypes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSubtypesByRef(IArray subtypes) throws java.io.IOException, AutomationException
subtypes
- A reference to a com.esri.arcgis.system.IArray (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.void setAliasName(java.lang.String aliasName) throws java.io.IOException, AutomationException
aliasName
- The aliasName (in)
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.void setModelName(java.lang.String modelName) throws java.io.IOException, AutomationException
modelName
- The modelName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getRelationshipClassNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRelationshipClassNamesByRef(IStringArray relationshipClassNames) throws java.io.IOException, AutomationException
relationshipClassNames
- A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getControllerMemberships() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setControllerMembershipsByRef(IArray controllerMemberships) throws java.io.IOException, AutomationException
controllerMemberships
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasGlobalID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasGlobalID(boolean hasGlobalID) throws java.io.IOException, AutomationException
hasGlobalID
- The hasGlobalID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getGlobalIDFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGlobalIDFieldName(java.lang.String globalIDFieldName) throws java.io.IOException, AutomationException
globalIDFieldName
- The globalIDFieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getRasterFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |