com.esri.arcgis.schematic
Interface ISchematicAttributeConstant

All Superinterfaces:
ISchematicAttribute, java.io.Serializable
All Known Implementing Classes:
ISchematicAttributeConstantProxy, SchematicAttributeConstant

public interface ISchematicAttributeConstant
extends ISchematicAttribute, java.io.Serializable

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

Description: 'Provides access to members that manage the schematic attribute constant.' 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 IIDd82c2097_67ae_42b5_82a1_308b105f721b
           
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 getConstantValue()
          Constant value of the schematic attribute constant.
 void setConstantValue(java.lang.Object constantValue)
          Constant value of the schematic attribute constant.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Field Detail

IIDd82c2097_67ae_42b5_82a1_308b105f721b

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

getConstantValue

java.lang.Object getConstantValue()
                                  throws java.io.IOException,
                                         AutomationException
Constant value of the schematic attribute constant.

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

setConstantValue

void setConstantValue(java.lang.Object constantValue)
                      throws java.io.IOException,
                             AutomationException
Constant value of the schematic attribute constant.

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