com.esri.arcgis.schematic
Class ISchematicDiagramProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRowBufferProxy
          extended by com.esri.arcgis.geodatabase.IRowProxy
              extended by com.esri.arcgis.geodatabase.IObjectProxy
                  extended by com.esri.arcgis.schematic.ISchematicDiagramProxy
All Implemented Interfaces:
IObject, IRow, IRowBuffer, ISchematicDiagram, java.io.Externalizable, java.io.Serializable

public class ISchematicDiagramProxy
extends IObjectProxy
implements ISchematicDiagram, java.io.Serializable

Internal use class Proxy for COM Interface 'ISchematicDiagram'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control the schematic diagram.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicDiagram
IID, IIDbc0ef326_bbe0_4fe5_af19_9b721c39cd73
 
Fields inherited from interface com.esri.arcgis.geodatabase.IObject
IID1afcdb34_ac09_11d2_8a1e_006097aff44e
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRow
IIDfcb01cb4_9f0b_11d0_bec7_00805f7c4268
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRowBuffer
IID93684651_1a83_11d1_8802_0000f877762d
 
Constructor Summary
  ISchematicDiagramProxy()
          For internal use only
  ISchematicDiagramProxy(java.lang.Object obj)
           
protected ISchematicDiagramProxy(java.lang.Object obj, java.lang.String iid)
           
  ISchematicDiagramProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ISchematicDiagramProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 void alterBuilderPropertySet(IPropertySet propertySet)
          Changes the builder PropertySet related to the schematic diagram with the new specified builder PropertySet.
 void alterPropertySet(IPropertySet propertySet)
          Changes the Schematic diagram PropertySet with the new specified diagram PropertySet.
 IPropertySet getBuilderPropertySet()
          Builder PropertySet related to the schematic diagram.
 java.util.Date getCreationDate()
          Creation date of the schematic diagram.
 java.lang.String getCreator()
          Name of the schematic diagram creator.
 java.util.Date getLastModificationDate()
          Last modification date of the schematic diagram.
 java.util.Date getLastUpdateDate()
          Last updating date of the schematic diagram.
 java.lang.String getModifiedBy()
          Name of the user that modified the schematic diagram.
 java.lang.String getName()
          Name of the schematic diagram.
 IPropertySet getPropertySet()
          PropertySet of the schematic diagram.
 ISchematicDiagramClass getSchematicDiagramClass()
          Schematic diagram class related to the schematic diagram.
 ISchematicDiagramContainer getSchematicDiagramContainer()
          Schematic diagram container related to the schematic diagram.
 java.lang.String getUpdatedBy()
          Name of the last user that updated the schematic diagram.
 java.lang.String getVersion()
          Version of the database used to create the schematic diagram.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setCreationDate(java.util.Date date)
          Creation date of the schematic diagram.
 void setCreator(java.lang.String name)
          Name of the schematic diagram creator.
 void setLastModificationDate(java.util.Date date)
          Last modification date of the schematic diagram.
 void setLastUpdateDate(java.util.Date date)
          Last updating date of the schematic diagram.
 void setModifiedBy(java.lang.String name)
          Name of the user that modified the schematic diagram.
 void setName(java.lang.String name)
          Name of the schematic diagram.
 void setSchematicDiagramContainerByRef(ISchematicDiagramContainer diagramContainer)
          Schematic diagram container related to the schematic diagram.
 void setUpdatedBy(java.lang.String name)
          Name of the last user that updated the schematic diagram.
 void setVersion(java.lang.String versionName)
          Version of the database used to create the schematic diagram.
 
Methods inherited from class com.esri.arcgis.geodatabase.IObjectProxy
esri_getClass
 
Methods inherited from class com.esri.arcgis.geodatabase.IRowProxy
delete, getOID, getTable, isHasOID, store
 
Methods inherited from class com.esri.arcgis.geodatabase.IRowBufferProxy
getFields, getValue, setValue
 
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.geodatabase.IObject
esri_getClass
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRow
delete, getOID, getTable, isHasOID, store
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRowBuffer
getFields, getValue, setValue
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ISchematicDiagramProxy

public ISchematicDiagramProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ISchematicDiagramProxy

public ISchematicDiagramProxy()
For internal use only


ISchematicDiagramProxy

public ISchematicDiagramProxy(java.lang.Object obj)
                       throws java.io.IOException
Throws:
java.io.IOException

ISchematicDiagramProxy

protected ISchematicDiagramProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Throws:
java.io.IOException

ISchematicDiagramProxy

protected ISchematicDiagramProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class IObjectProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class IObjectProxy
Throws:
java.io.IOException

getSchematicDiagramClass

public ISchematicDiagramClass getSchematicDiagramClass()
                                                throws java.io.IOException,
                                                       AutomationException
Schematic diagram class related to the schematic diagram.

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

getSchematicDiagramContainer

public ISchematicDiagramContainer getSchematicDiagramContainer()
                                                        throws java.io.IOException,
                                                               AutomationException
Schematic diagram container related to the schematic diagram. That is, the schematic folder or the schematic dataset for the schematic diagram storage.

Specified by:
getSchematicDiagramContainer in interface ISchematicDiagram
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicDiagramContainer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSchematicDiagramContainerByRef

public void setSchematicDiagramContainerByRef(ISchematicDiagramContainer diagramContainer)
                                       throws java.io.IOException,
                                              AutomationException
Schematic diagram container related to the schematic diagram. That is, the schematic folder or the schematic dataset for the schematic diagram storage.

Specified by:
setSchematicDiagramContainerByRef in interface ISchematicDiagram
Parameters:
diagramContainer - A reference to a com.esri.arcgis.schematic.ISchematicDiagramContainer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the schematic diagram.

Specified by:
getName in interface ISchematicDiagram
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the schematic diagram.

Specified by:
setName in interface ISchematicDiagram
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCreationDate

public java.util.Date getCreationDate()
                               throws java.io.IOException,
                                      AutomationException
Creation date of the schematic diagram.

Specified by:
getCreationDate in interface ISchematicDiagram
Returns:
The date
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCreationDate

public void setCreationDate(java.util.Date date)
                     throws java.io.IOException,
                            AutomationException
Creation date of the schematic diagram.

Specified by:
setCreationDate in interface ISchematicDiagram
Parameters:
date - The date (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLastUpdateDate

public java.util.Date getLastUpdateDate()
                                 throws java.io.IOException,
                                        AutomationException
Last updating date of the schematic diagram.

Specified by:
getLastUpdateDate in interface ISchematicDiagram
Returns:
The date
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLastUpdateDate

public void setLastUpdateDate(java.util.Date date)
                       throws java.io.IOException,
                              AutomationException
Last updating date of the schematic diagram.

Specified by:
setLastUpdateDate in interface ISchematicDiagram
Parameters:
date - The date (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVersion

public java.lang.String getVersion()
                            throws java.io.IOException,
                                   AutomationException
Version of the database used to create the schematic diagram.

Specified by:
getVersion in interface ISchematicDiagram
Returns:
The versionName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVersion

public void setVersion(java.lang.String versionName)
                throws java.io.IOException,
                       AutomationException
Version of the database used to create the schematic diagram.

Specified by:
setVersion in interface ISchematicDiagram
Parameters:
versionName - The versionName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCreator

public java.lang.String getCreator()
                            throws java.io.IOException,
                                   AutomationException
Name of the schematic diagram creator.

Specified by:
getCreator in interface ISchematicDiagram
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCreator

public void setCreator(java.lang.String name)
                throws java.io.IOException,
                       AutomationException
Name of the schematic diagram creator.

Specified by:
setCreator in interface ISchematicDiagram
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUpdatedBy

public java.lang.String getUpdatedBy()
                              throws java.io.IOException,
                                     AutomationException
Name of the last user that updated the schematic diagram.

Specified by:
getUpdatedBy in interface ISchematicDiagram
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUpdatedBy

public void setUpdatedBy(java.lang.String name)
                  throws java.io.IOException,
                         AutomationException
Name of the last user that updated the schematic diagram.

Specified by:
setUpdatedBy in interface ISchematicDiagram
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBuilderPropertySet

public IPropertySet getBuilderPropertySet()
                                   throws java.io.IOException,
                                          AutomationException
Builder PropertySet related to the schematic diagram.

Specified by:
getBuilderPropertySet in interface ISchematicDiagram
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

alterBuilderPropertySet

public void alterBuilderPropertySet(IPropertySet propertySet)
                             throws java.io.IOException,
                                    AutomationException
Changes the builder PropertySet related to the schematic diagram with the new specified builder PropertySet.

Specified by:
alterBuilderPropertySet in interface ISchematicDiagram
Parameters:
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPropertySet

public IPropertySet getPropertySet()
                            throws java.io.IOException,
                                   AutomationException
PropertySet of the schematic diagram.

Specified by:
getPropertySet in interface ISchematicDiagram
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

alterPropertySet

public void alterPropertySet(IPropertySet propertySet)
                      throws java.io.IOException,
                             AutomationException
Changes the Schematic diagram PropertySet with the new specified diagram PropertySet.

Specified by:
alterPropertySet in interface ISchematicDiagram
Parameters:
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLastModificationDate

public java.util.Date getLastModificationDate()
                                       throws java.io.IOException,
                                              AutomationException
Last modification date of the schematic diagram.

Specified by:
getLastModificationDate in interface ISchematicDiagram
Returns:
The date
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLastModificationDate

public void setLastModificationDate(java.util.Date date)
                             throws java.io.IOException,
                                    AutomationException
Last modification date of the schematic diagram.

Specified by:
setLastModificationDate in interface ISchematicDiagram
Parameters:
date - The date (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getModifiedBy

public java.lang.String getModifiedBy()
                               throws java.io.IOException,
                                      AutomationException
Name of the user that modified the schematic diagram.

Specified by:
getModifiedBy in interface ISchematicDiagram
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setModifiedBy

public void setModifiedBy(java.lang.String name)
                   throws java.io.IOException,
                          AutomationException
Name of the user that modified the schematic diagram.

Specified by:
setModifiedBy in interface ISchematicDiagram
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.