com.esri.arcgis.schematic
Class ISchematicAttributeFormattedProxy

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

public class ISchematicAttributeFormattedProxy
extends ISchematicAttributeProxy
implements ISchematicAttributeFormatted, Serializable

Provides access to members that manage the schematic attribute formatted.

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
  ISchematicAttributeFormattedProxy()
           
  ISchematicAttributeFormattedProxy(Object obj)
           
protected ISchematicAttributeFormattedProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getFormat()
          String format the schematic attribute formatted.
 Object getParameterNames()
          Parameters names of the schematic attribute formatted.
 void removeListener(String iidStr, Object theListener)
           
 void setFormat(String format)
          String format the schematic attribute formatted.
 void setParameterNames(Object names)
          Parameters names of the schematic attribute formatted.
 
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

ISchematicAttributeFormattedProxy

public ISchematicAttributeFormattedProxy()

ISchematicAttributeFormattedProxy

public ISchematicAttributeFormattedProxy(Object obj)
                                  throws IOException
Throws:
IOException

ISchematicAttributeFormattedProxy

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

getFormat

public String getFormat()
                 throws IOException,
                        AutomationException
String format the schematic attribute formatted.

Product Availability

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

Specified by:
getFormat in interface ISchematicAttributeFormatted
Returns:
The format
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFormat

public void setFormat(String format)
               throws IOException,
                      AutomationException
String format the schematic attribute formatted.

Product Availability

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

Specified by:
setFormat in interface ISchematicAttributeFormatted
Parameters:
format - The format (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 formatted.

Product Availability

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

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

setParameterNames

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

Product Availability

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

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