com.esri.arcgis.schematic
Interface ISchematicAttributeFunction

All Superinterfaces:
ISchematicAttribute, java.io.Serializable
All Known Implementing Classes:
ISchematicAttributeFunctionProxy, SchematicAttributeFunction

public interface ISchematicAttributeFunction
extends ISchematicAttribute, java.io.Serializable

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

Description: 'Provides access to members that manage the schematic attribute function.' 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 IID357104b1_72ff_44e3_9d93_2048e7df1357
           
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 getFunctionName()
          Function name of the schematic attribute function.
 java.lang.Object getParameterNames()
          Parameters names of the schematic attribute function.
 java.lang.String getUserProgId()
          User ProgId of the schematic attribute function.
 void setFunctionName(java.lang.String functionName)
          Function name of the schematic attribute function.
 void setParameterNames(java.lang.Object parameterNames)
          Parameters names of the schematic attribute function.
 void setUserProgId(java.lang.String userProgId)
          User ProgId of the schematic attribute function.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Field Detail

IID357104b1_72ff_44e3_9d93_2048e7df1357

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

getUserProgId

java.lang.String getUserProgId()
                               throws java.io.IOException,
                                      AutomationException
User ProgId of the schematic attribute function.

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

setUserProgId

void setUserProgId(java.lang.String userProgId)
                   throws java.io.IOException,
                          AutomationException
User ProgId of the schematic attribute function.

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

getFunctionName

java.lang.String getFunctionName()
                                 throws java.io.IOException,
                                        AutomationException
Function name of the schematic attribute function.

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

setFunctionName

void setFunctionName(java.lang.String functionName)
                     throws java.io.IOException,
                            AutomationException
Function name of the schematic attribute function.

Parameters:
functionName - The functionName (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 function.

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 parameterNames)
                       throws java.io.IOException,
                              AutomationException
Parameters names of the schematic attribute function.

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