com.esri.arcgis.schematic
Class ISchematicAttributeConstantProxy

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

public class ISchematicAttributeConstantProxy
extends ISchematicAttributeProxy
implements ISchematicAttributeConstant, Serializable

Provides access to members that manage the schematic attribute constant.

Description

A Constant attribute is one whose values are constant. Such attributes can be configured on schematic diagram templates or schematic feature classes. Configuring Constant schematic attribute parameters consists of specifying the constant value that will apply to all 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
  ISchematicAttributeConstantProxy()
           
  ISchematicAttributeConstantProxy(Object obj)
           
protected ISchematicAttributeConstantProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 Object getConstantValue()
          Constant value of the schematic attribute constant.
 void removeListener(String iidStr, Object theListener)
           
 void setConstantValue(Object constantValue)
          Constant value of the schematic attribute constant.
 
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

ISchematicAttributeConstantProxy

public ISchematicAttributeConstantProxy()

ISchematicAttributeConstantProxy

public ISchematicAttributeConstantProxy(Object obj)
                                 throws IOException
Throws:
IOException

ISchematicAttributeConstantProxy

protected ISchematicAttributeConstantProxy(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

getConstantValue

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

Product Availability

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

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

setConstantValue

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

Product Availability

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

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