com.esri.arcgis.geodatabase
Interface INetElementDescriptionEdit

All Superinterfaces:
INetElementDescription, java.io.Serializable
All Known Implementing Classes:
INetElementDescriptionEditProxy, NetElementDescription

public interface INetElementDescriptionEdit
extends INetElementDescription, java.io.Serializable

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

Description: 'Provides access to members that set information for this NetElementDescription 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 IID027e7416_981b_11d1_b264_0000f878229e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetElementDescription
IIDb1eb90e0_0cfa_11d1_9cd7_00805f74d243
 
Method Summary
 void setElementType(int rhs1)
          Type of network element for this NetElementDescription object.
 void setUserClassID(int rhs1)
          User class ID for this NetElementDescription object.
 void setUserID(int rhs1)
          User ID for this NetElementDescription object.
 void setUserSubID(int rhs1)
          User sub ID for this NetElementDescription object.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetElementDescription
getElementType, getUserClassID, getUserID, getUserSubID
 

Field Detail

IID027e7416_981b_11d1_b264_0000f878229e

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

setUserClassID

void setUserClassID(int rhs1)
                    throws java.io.IOException,
                           AutomationException
User class ID for this NetElementDescription object.

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

setUserID

void setUserID(int rhs1)
               throws java.io.IOException,
                      AutomationException
User ID for this NetElementDescription object.

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

setUserSubID

void setUserSubID(int rhs1)
                  throws java.io.IOException,
                         AutomationException
User sub ID for this NetElementDescription object.

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

setElementType

void setElementType(int rhs1)
                    throws java.io.IOException,
                           AutomationException
Type of network element for this NetElementDescription object.

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