com.esri.arcgis.datasourcesfile
Interface ISMNetAttribute2

All Superinterfaces:
ISMNetAttribute, java.io.Serializable
All Known Implementing Classes:
ISMNetAttribute2Proxy, SMNetAttribute

public interface ISMNetAttribute2
extends ISMNetAttribute, java.io.Serializable

COM Interface 'ISMNetAttribute2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Deprecated as of 10.1. Provides access to network attribute usage type.' 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 DISPID_3_GET_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb1a5376c_dfdf_48dd_a472_076808c0c73e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesfile.ISMNetAttribute
DISPID_1_GET_NAME, DISPID_2_GET_NAME, IIDf8b65ff6_5850_11d7_b321_008048db11de
 
Method Summary
 int getUsageType()
          The network attribute usage type.
 
Methods inherited from interface com.esri.arcgis.datasourcesfile.ISMNetAttribute
getName, getType
 

Field Detail

IIDb1a5376c_dfdf_48dd_a472_076808c0c73e

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

DISPID_3_GET_NAME

static final java.lang.String DISPID_3_GET_NAME
See Also:
Constant Field Values
Method Detail

getUsageType

int getUsageType()
                 throws java.io.IOException,
                        AutomationException
The network attribute usage type. Returns an esriSMNetAttributeUsageType constant.

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