com.esri.arcgis.geodatabaseextensions
Interface ICadastralTableFieldEdits

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadastralTableFieldEdits, ICadastralTableFieldEditsProxy

public interface ICadastralTableFieldEdits
extends java.io.Serializable

COM Interface 'ICadastralTableFieldEdits'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to the field edits of the cadastral fabric table.' 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 IID3327d58a_2994_4fd9_a2fb_1f3a993f27ae
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCadastralTable()
          The enumeration for the table whose fields are being edited.
 IFields getExtendedAttributeFields()
          The extended attribute fields for the cadastral fabric table.
 java.lang.String getTableName()
          The name of the cadastral table.
 void setCadastralTable(int table)
          The enumeration for the table whose fields are being edited.
 void setExtendedAttributeFields(IFields fields)
          The extended attribute fields for the cadastral fabric table.
 

Field Detail

IID3327d58a_2994_4fd9_a2fb_1f3a993f27ae

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

getTableName

java.lang.String getTableName()
                              throws java.io.IOException,
                                     AutomationException
The name of the cadastral table.

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

setCadastralTable

void setCadastralTable(int table)
                       throws java.io.IOException,
                              AutomationException
The enumeration for the table whose fields are being edited.

Parameters:
table - A com.esri.arcgis.geodatabaseextensions.esriCadastralFabricTable constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCadastralTable

int getCadastralTable()
                      throws java.io.IOException,
                             AutomationException
The enumeration for the table whose fields are being edited.

Returns:
A com.esri.arcgis.geodatabaseextensions.esriCadastralFabricTable constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtendedAttributeFields

IFields getExtendedAttributeFields()
                                   throws java.io.IOException,
                                          AutomationException
The extended attribute fields for the cadastral fabric table.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFields
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtendedAttributeFields

void setExtendedAttributeFields(IFields fields)
                                throws java.io.IOException,
                                       AutomationException
The extended attribute fields for the cadastral fabric table.

Parameters:
fields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.