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 =
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 |
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
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.