com.esri.arcgis.schematic
Class ISchematicAttributeFunctionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.schematic.ISchematicAttributeProxy
          extended by com.esri.arcgis.schematic.ISchematicAttributeFunctionProxy
All Implemented Interfaces:
ISchematicAttribute, ISchematicAttributeFunction, Externalizable, Serializable

public class ISchematicAttributeFunctionProxy
extends ISchematicAttributeProxy
implements ISchematicAttributeFunction, Serializable

Provides access to members that manage the schematic attribute function.

Description

An attribute Function is an attribute whose values will be computed by an applicative function. Configuring Function schematic attribute parameters consists of specifying the component and function that will be executed to compute the attribute values.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  ISchematicAttributeFunctionProxy()
           
  ISchematicAttributeFunctionProxy(Object obj)
           
protected ISchematicAttributeFunctionProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getFunctionName()
          Function name of the schematic attribute function.
 Object getParameterNames()
          Parameters names of the schematic attribute function.
 String getUserProgId()
          User ProgId of the schematic attribute function.
 void removeListener(String iidStr, Object theListener)
           
 void setFunctionName(String functionName)
          Function name of the schematic attribute function.
 void setParameterNames(Object parameterNames)
          Parameters names of the schematic attribute function.
 void setUserProgId(String userProgId)
          User ProgId of the schematic attribute function.
 
Methods inherited from class com.esri.arcgis.schematic.ISchematicAttributeProxy
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

ISchematicAttributeFunctionProxy

public ISchematicAttributeFunctionProxy()

ISchematicAttributeFunctionProxy

public ISchematicAttributeFunctionProxy(Object obj)
                                 throws IOException
Throws:
IOException

ISchematicAttributeFunctionProxy

protected ISchematicAttributeFunctionProxy(Object obj,
                                           String iid)
                                    throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class ISchematicAttributeProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class ISchematicAttributeProxy
Throws:
IOException

getUserProgId

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getUserProgId in interface ISchematicAttributeFunction
Returns:
The userProgId
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUserProgId

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setUserProgId in interface ISchematicAttributeFunction
Parameters:
userProgId - The userProgId (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFunctionName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getFunctionName in interface ISchematicAttributeFunction
Returns:
The functionName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFunctionName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setFunctionName in interface ISchematicAttributeFunction
Parameters:
functionName - The functionName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParameterNames

public Object getParameterNames()
                         throws IOException,
                                AutomationException
Parameters names of the schematic attribute function.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getParameterNames in interface ISchematicAttributeFunction
Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParameterNames

public void setParameterNames(Object parameterNames)
                       throws IOException,
                              AutomationException
Parameters names of the schematic attribute function.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setParameterNames in interface ISchematicAttributeFunction
Parameters:
parameterNames - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.