com.esri.arcgis.schematic
Interface ISchematicAttributeDynamic

All Superinterfaces:
ISchematicAttribute, java.io.Serializable
All Known Implementing Classes:
ISchematicAttributeDynamicProxy, SchematicAttributeDynamic

public interface ISchematicAttributeDynamic
extends ISchematicAttribute, java.io.Serializable

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

Description: 'Provides access to members that manage the schematic attribute dynamic -Deprecated.' 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 IIDf58a631b_efa8_44cf_9ddc_02784e327395
           
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 getAssociatedRowFieldName()
          Associated row field name of the schematic attribute dynamic.
 boolean isUseDomainCodeNames()
          Indicates whether or not the schematic attribute dynamic uses the domain code names.
 void setAssociatedRowFieldName(java.lang.String fieldName)
          Associated row field name of the schematic attribute dynamic.
 void setUseDomainCodeNames(boolean useDomainCodeNames)
          Indicates whether or not the schematic attribute dynamic uses the domain code names.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Field Detail

IIDf58a631b_efa8_44cf_9ddc_02784e327395

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

getAssociatedRowFieldName

java.lang.String getAssociatedRowFieldName()
                                           throws java.io.IOException,
                                                  AutomationException
Associated row field name of the schematic attribute dynamic.

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

setAssociatedRowFieldName

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

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

isUseDomainCodeNames

boolean isUseDomainCodeNames()
                             throws java.io.IOException,
                                    AutomationException
Indicates whether or not the schematic attribute dynamic uses the domain code names.

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

setUseDomainCodeNames

void setUseDomainCodeNames(boolean useDomainCodeNames)
                           throws java.io.IOException,
                                  AutomationException
Indicates whether or not the schematic attribute dynamic uses the domain code names.

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