com.esri.arcgis.schematic
Interface ISchematicAttributeProperty

All Superinterfaces:
ISchematicAttribute, java.io.Serializable
All Known Implementing Classes:
ISchematicAttributePropertyProxy, SchematicAttributeProperty, SchematicAttributeStatic

public interface ISchematicAttributeProperty
extends ISchematicAttribute, java.io.Serializable

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

Description: 'Provides access to members that manage the schematic attribute property.' 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 IID86dbc6ca_3dab_44e3_8d15_dcd71b73f28d
           
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 getFieldName()
          Propertyset field name of the schematic attribute property.
 java.lang.String getPropertyName()
          Property name of the schematic attribute property.
 void setFieldName(java.lang.String fieldName)
          Propertyset field name of the schematic attribute property.
 void setPropertyName(java.lang.String propertyName)
          Property name of the schematic attribute property.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Field Detail

IID86dbc6ca_3dab_44e3_8d15_dcd71b73f28d

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

getFieldName

java.lang.String getFieldName()
                              throws java.io.IOException,
                                     AutomationException
Propertyset field name of the schematic attribute property.

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

setFieldName

void setFieldName(java.lang.String fieldName)
                  throws java.io.IOException,
                         AutomationException
Propertyset field name of the schematic attribute property.

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

getPropertyName

java.lang.String getPropertyName()
                                 throws java.io.IOException,
                                        AutomationException
Property name of the schematic attribute property.

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

setPropertyName

void setPropertyName(java.lang.String propertyName)
                     throws java.io.IOException,
                            AutomationException
Property name of the schematic attribute property.

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