com.esri.arcgis.schematic
Interface ISchematicAttributeAssociatedField

All Superinterfaces:
ISchematicAttribute, java.io.Serializable
All Known Implementing Classes:
ISchematicAttributeAssociatedFieldProxy, SchematicAttributeAssociatedField

public interface ISchematicAttributeAssociatedField
extends ISchematicAttribute, java.io.Serializable

COM Interface 'ISchematicAttributeAssociatedField'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the schematic attribute associated field.' 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 IIDa46717c0_1659_448f_b215_c50e86e5afcf
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
IIDfd0a84c9_c8d2_44da_98ea_e68026c2d56b
 
Method Summary
 java.lang.String getAssociatedFieldName()
          Associated field name of the schematic attribute associated field.
 void setAssociatedFieldName(java.lang.String fieldName)
          Associated field name of the schematic attribute associated field.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Field Detail

IIDa46717c0_1659_448f_b215_c50e86e5afcf

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

getAssociatedFieldName

java.lang.String getAssociatedFieldName()
                                        throws java.io.IOException,
                                               AutomationException
Associated field name of the schematic attribute associated field.

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

setAssociatedFieldName

void setAssociatedFieldName(java.lang.String fieldName)
                            throws java.io.IOException,
                                   AutomationException
Associated field name of the schematic attribute associated field.

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