com.esri.arcgis.schematic
Interface ISchematicAttributeField

All Superinterfaces:
ISchematicAttribute, java.io.Serializable
All Known Implementing Classes:
ISchematicAttributeFieldProxy, SchematicAttributeField

public interface ISchematicAttributeField
extends ISchematicAttribute, java.io.Serializable

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

Description: 'Provides access to members that manage the schematic attribute 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 IIDda348c8f_aec2_4a72_bc49_8deba1326317
           
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.Object getFieldNames()
          Fields names of the schematic attribute field.
 void setFieldNames(java.lang.Object fieldNames)
          Fields names of the schematic attribute field.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Field Detail

IIDda348c8f_aec2_4a72_bc49_8deba1326317

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

getFieldNames

java.lang.Object getFieldNames()
                               throws java.io.IOException,
                                      AutomationException
Fields names of the schematic attribute field.

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

setFieldNames

void setFieldNames(java.lang.Object fieldNames)
                   throws java.io.IOException,
                          AutomationException
Fields names of the schematic attribute field.

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