com.esri.arcgis.geodatabase
Interface IDEGdbTable2

All Superinterfaces:
IDEGdbTable, IDETable, java.io.Serializable
All Known Implementing Classes:
DEFeatureClass, DERelationshipClass, DETable, IDEGdbTable2Proxy

public interface IDEGdbTable2
extends IDEGdbTable, java.io.Serializable

COM Interface 'IDEGdbTable2'. 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 IID94bcae52_2f1c_416d_835b_b206da11f69b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDEGdbTable
IIDf35fe0cf_d9fc_4172_81f8_20ce5a553ab1
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDETable
IIDd7fcbb04_8e59_4ffb_9ee5_ec670aa892e0
 
Method Summary
 java.lang.String getVersionedViewName()
          The name of the associate versioned view, if any.
 void setVersionedViewName(java.lang.String versionedViewName)
          The name of the associate versioned view, if any.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDEGdbTable
getAliasName, getCLSID, getControllerMemberships, getDefaultSubtypeCode, getEXTCLSID, getExtensionProperties, getGlobalIDFieldName, getModelName, getRasterFieldName, getRelationshipClassNames, getSubtypeFieldName, getSubtypes, isHasGlobalID, setAliasName, setCLSID, setControllerMembershipsByRef, setDefaultSubtypeCode, setEXTCLSID, setExtensionPropertiesByRef, setGlobalIDFieldName, setHasGlobalID, setModelName, setRasterFieldName, setRelationshipClassNamesByRef, setSubtypeFieldName, setSubtypesByRef
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDETable
getFields, getIndexes, getOIDFieldName, isHasOID, setFieldsByRef, setHasOID, setIndexesByRef, setOIDFieldName
 

Field Detail

IID94bcae52_2f1c_416d_835b_b206da11f69b

static final int IID94bcae52_2f1c_416d_835b_b206da11f69b
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

getVersionedViewName

java.lang.String getVersionedViewName()
                                      throws java.io.IOException,
                                             AutomationException
The name of the associate versioned view, if any.

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

setVersionedViewName

void setVersionedViewName(java.lang.String versionedViewName)
                          throws java.io.IOException,
                                 AutomationException
The name of the associate versioned view, if any.

Parameters:
versionedViewName - The versionedViewName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.