|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicDiagram
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDbc0ef326_bbe0_4fe5_af19_9b721c39cd73
|
static int |
xxDummy
Deprecated. Internal use only |
| 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 |
| Method Summary | |
|---|---|
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 |
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 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 |
|---|
static final int IIDbc0ef326_bbe0_4fe5_af19_9b721c39cd73
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
ISchematicDiagramClass getSchematicDiagramClass()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicDiagramContainer getSchematicDiagramContainer()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSchematicDiagramContainerByRef(ISchematicDiagramContainer diagramContainer)
throws java.io.IOException,
AutomationException
diagramContainer - A reference to a com.esri.arcgis.schematic.ISchematicDiagramContainer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.util.Date getCreationDate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCreationDate(java.util.Date date)
throws java.io.IOException,
AutomationException
date - The date (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.util.Date getLastUpdateDate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLastUpdateDate(java.util.Date date)
throws java.io.IOException,
AutomationException
date - The date (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getVersion()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVersion(java.lang.String versionName)
throws java.io.IOException,
AutomationException
versionName - The versionName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getCreator()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCreator(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getUpdatedBy()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUpdatedBy(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getBuilderPropertySet()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void alterBuilderPropertySet(IPropertySet propertySet)
throws java.io.IOException,
AutomationException
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getPropertySet()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void alterPropertySet(IPropertySet propertySet)
throws java.io.IOException,
AutomationException
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.util.Date getLastModificationDate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLastModificationDate(java.util.Date date)
throws java.io.IOException,
AutomationException
date - The date (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getModifiedBy()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setModifiedBy(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.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 | ||||||||