com.esri.arcgis.schematic
Class ISchematicBuilderRuleProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.schematic.ISchematicBuilderRuleProxy
All Implemented Interfaces:
ISchematicBuilderRule, Externalizable, Serializable

public class ISchematicBuilderRuleProxy
extends com.esri.arcgis.interop.Dispatch
implements ISchematicBuilderRule, Serializable

Provides access to members that manage the schematic builder rule.

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
  ISchematicBuilderRuleProxy()
           
  ISchematicBuilderRuleProxy(Object obj)
           
protected ISchematicBuilderRuleProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void delete()
          Deletes the schematic builder rule.
 int getOrderNumber()
          Order number of the schematic builder rule.
 ISchematicDiagramClass getSchematicDiagramClass()
          Schematic diagram class the schematic builder rule belongs to.
 ISchematicRule getSchematicRule()
          Schematic rule associated to the schematic builder rule.
 boolean isActive()
          Indicates whether or not the schematic builder rule is active.
 void removeListener(String iidStr, Object theListener)
           
 void setIsActive(boolean active)
          Indicates whether or not the schematic builder rule is active.
 void setSchematicRuleByRef(ISchematicRule schematicRule)
          Schematic rule associated to the schematic builder rule.
 
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
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

ISchematicBuilderRuleProxy

public ISchematicBuilderRuleProxy()

ISchematicBuilderRuleProxy

public ISchematicBuilderRuleProxy(Object obj)
                           throws IOException
Throws:
IOException

ISchematicBuilderRuleProxy

protected ISchematicBuilderRuleProxy(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 com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

isActive

public boolean isActive()
                 throws IOException,
                        AutomationException
Indicates whether or not the schematic builder rule is active.

Product Availability

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

Specified by:
isActive in interface ISchematicBuilderRule
Returns:
The active
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsActive

public void setIsActive(boolean active)
                 throws IOException,
                        AutomationException
Indicates whether or not the schematic builder rule is active.

Product Availability

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

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

getOrderNumber

public int getOrderNumber()
                   throws IOException,
                          AutomationException
Order number of the schematic builder rule.

Product Availability

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

Specified by:
getOrderNumber in interface ISchematicBuilderRule
Returns:
The orderNumber
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicRule

public ISchematicRule getSchematicRule()
                                throws IOException,
                                       AutomationException
Schematic rule associated to the schematic builder rule.

Product Availability

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

Specified by:
getSchematicRule in interface ISchematicBuilderRule
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicRule
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSchematicRuleByRef

public void setSchematicRuleByRef(ISchematicRule schematicRule)
                           throws IOException,
                                  AutomationException
Schematic rule associated to the schematic builder rule.

Product Availability

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

Specified by:
setSchematicRuleByRef in interface ISchematicBuilderRule
Parameters:
schematicRule - A reference to a com.esri.arcgis.schematic.ISchematicRule (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicDiagramClass

public ISchematicDiagramClass getSchematicDiagramClass()
                                                throws IOException,
                                                       AutomationException
Schematic diagram class the schematic builder rule belongs to.

Product Availability

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

Specified by:
getSchematicDiagramClass in interface ISchematicBuilderRule
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicDiagramClass
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

delete

public void delete()
            throws IOException,
                   AutomationException
Deletes the schematic builder rule.

Product Availability

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

Specified by:
delete in interface ISchematicBuilderRule
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.