|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geodatabase.IRowBufferProxy com.esri.arcgis.geodatabase.IRowProxy com.esri.arcgis.geodatabase.IObjectProxy com.esri.arcgis.schematic.ISchematicDiagramProxy
public class ISchematicDiagramProxy
Provides access to members that control the schematic diagram.
com.esri.arcgis.schematic.INgDiagram
,
Serialized FormField Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISchematicDiagramProxy()
|
|
ISchematicDiagramProxy(Object obj)
|
protected |
ISchematicDiagramProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
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. |
Date |
getCreationDate()
Creation date of the schematic diagram. |
String |
getCreator()
Name of the schematic diagram creator. |
Date |
getLastModificationDate()
Last modification date of the schematic diagram. |
Date |
getLastUpdateDate()
Last updating date of the schematic diagram. |
String |
getModifiedBy()
Name of the user that modified the schematic diagram. |
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. |
String |
getUpdatedBy()
Name of the last user that updated the schematic diagram. |
String |
getVersion()
Version of the database used to create the schematic diagram. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setCreationDate(Date date)
Creation date of the schematic diagram. |
void |
setCreator(String name)
Name of the schematic diagram creator. |
void |
setLastModificationDate(Date date)
Last modification date of the schematic diagram. |
void |
setLastUpdateDate(Date date)
Last updating date of the schematic diagram. |
void |
setModifiedBy(String name)
Name of the user that modified the schematic diagram. |
void |
setName(String name)
Name of the schematic diagram. |
void |
setSchematicDiagramContainerByRef(ISchematicDiagramContainer diagramContainer)
Schematic diagram container related to the schematic diagram. |
void |
setUpdatedBy(String name)
Name of the last user that updated the schematic diagram. |
void |
setVersion(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 |
---|
public boolean noncastable
Constructor Detail |
---|
public ISchematicDiagramProxy()
public ISchematicDiagramProxy(Object obj) throws IOException
IOException
protected ISchematicDiagramProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class IObjectProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class IObjectProxy
IOException
public ISchematicDiagramClass getSchematicDiagramClass() throws IOException, AutomationException
getSchematicDiagramClass
in interface ISchematicDiagram
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicDiagramContainer getSchematicDiagramContainer() throws IOException, AutomationException
getSchematicDiagramContainer
in interface ISchematicDiagram
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSchematicDiagramContainerByRef(ISchematicDiagramContainer diagramContainer) throws IOException, AutomationException
setSchematicDiagramContainerByRef
in interface ISchematicDiagram
diagramContainer
- A reference to a com.esri.arcgis.schematic.ISchematicDiagramContainer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface ISchematicDiagram
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.com.esri.arcgis.schematic.INgDiagram
public void setName(String name) throws IOException, AutomationException
setName
in interface ISchematicDiagram
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Date getCreationDate() throws IOException, AutomationException
getCreationDate
in interface ISchematicDiagram
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicDiagram.getLastUpdateDate()
public void setCreationDate(Date date) throws IOException, AutomationException
setCreationDate
in interface ISchematicDiagram
date
- The date (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Date getLastUpdateDate() throws IOException, AutomationException
getLastUpdateDate
in interface ISchematicDiagram
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicDiagram.getCreationDate()
public void setLastUpdateDate(Date date) throws IOException, AutomationException
setLastUpdateDate
in interface ISchematicDiagram
date
- The date (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getVersion() throws IOException, AutomationException
getVersion
in interface ISchematicDiagram
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVersion(String versionName) throws IOException, AutomationException
setVersion
in interface ISchematicDiagram
versionName
- The versionName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getCreator() throws IOException, AutomationException
getCreator
in interface ISchematicDiagram
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicDiagram
public void setCreator(String name) throws IOException, AutomationException
setCreator
in interface ISchematicDiagram
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getUpdatedBy() throws IOException, AutomationException
getUpdatedBy
in interface ISchematicDiagram
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUpdatedBy(String name) throws IOException, AutomationException
setUpdatedBy
in interface ISchematicDiagram
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getBuilderPropertySet() throws IOException, AutomationException
getBuilderPropertySet
in interface ISchematicDiagram
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicDiagram.alterBuilderPropertySet(com.esri.arcgis.system.IPropertySet)
public void alterBuilderPropertySet(IPropertySet propertySet) throws IOException, AutomationException
alterBuilderPropertySet
in interface ISchematicDiagram
propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicDiagram.getBuilderPropertySet()
public IPropertySet getPropertySet() throws IOException, AutomationException
getPropertySet
in interface ISchematicDiagram
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicDiagram.alterPropertySet(com.esri.arcgis.system.IPropertySet)
public void alterPropertySet(IPropertySet propertySet) throws IOException, AutomationException
alterPropertySet
in interface ISchematicDiagram
propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicDiagram.getPropertySet()
public Date getLastModificationDate() throws IOException, AutomationException
getLastModificationDate
in interface ISchematicDiagram
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLastModificationDate(Date date) throws IOException, AutomationException
setLastModificationDate
in interface ISchematicDiagram
date
- The date (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getModifiedBy() throws IOException, AutomationException
getModifiedBy
in interface ISchematicDiagram
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setModifiedBy(String name) throws IOException, AutomationException
setModifiedBy
in interface ISchematicDiagram
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |