com.esri.arcgis.schematic
Interface ISchematicAttributeScript

All Superinterfaces:
ISchematicAttribute, java.io.Serializable
All Known Implementing Classes:
ISchematicAttributeScriptProxy, SchematicAttributeScript

public interface ISchematicAttributeScript
extends ISchematicAttribute, java.io.Serializable

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

Description: 'Provides access to members that manage the schematic attribute script.' 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 IID1fbf8247_1f5f_46b4_bcca_31dcb24d58ec
           
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 getParameterNames()
          Parameters names of the schematic attribute script.
 java.lang.String getScript()
          Script of the schematic attribute script.
 void setParameterNames(java.lang.Object names)
          Parameters names of the schematic attribute script.
 void setScript(java.lang.String script)
          Script of the schematic attribute script.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Field Detail

IID1fbf8247_1f5f_46b4_bcca_31dcb24d58ec

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

getScript

java.lang.String getScript()
                           throws java.io.IOException,
                                  AutomationException
Script of the schematic attribute script.

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

setScript

void setScript(java.lang.String script)
               throws java.io.IOException,
                      AutomationException
Script of the schematic attribute script.

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

getParameterNames

java.lang.Object getParameterNames()
                                   throws java.io.IOException,
                                          AutomationException
Parameters names of the schematic attribute script.

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

setParameterNames

void setParameterNames(java.lang.Object names)
                       throws java.io.IOException,
                              AutomationException
Parameters names of the schematic attribute script.

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