com.esri.arcgis.geodatabase
Interface INetWeightAssociationEdit

All Superinterfaces:
INetWeightAssociation, java.io.Serializable
All Known Implementing Classes:
INetWeightAssociationEditProxy, NetWeightAssociation

public interface INetWeightAssociationEdit
extends INetWeightAssociation, java.io.Serializable

COM Interface 'INetWeightAssociationEdit'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that set information for this NetWeightAssociation object.' 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 IID13d15d40_1119_11d2_b284_0000f878229e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetWeightAssociation
IID19bdc490_6201_11d1_b255_0000f878229e
 
Method Summary
 void setFieldName(java.lang.String rhs1)
          Name of the field that contains the values for this associated weight.
 void setTableName(java.lang.String rhs1)
          Name of the table to be associated in this weight association.
 void setWeightID(int rhs1)
          Weight internal ID of the weight to be associated in this weight assocation.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetWeightAssociation
getFieldName, getTableName, getWeightID
 

Field Detail

IID13d15d40_1119_11d2_b284_0000f878229e

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

setTableName

void setTableName(java.lang.String rhs1)
                  throws java.io.IOException,
                         AutomationException
Name of the table to be associated in this weight association.

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

setFieldName

void setFieldName(java.lang.String rhs1)
                  throws java.io.IOException,
                         AutomationException
Name of the field that contains the values for this associated weight.

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

setWeightID

void setWeightID(int rhs1)
                 throws java.io.IOException,
                        AutomationException
Weight internal ID of the weight to be associated in this weight assocation.

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