|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicAttributeScript
public class SchematicAttributeScript
COM Class 'SchematicAttributeScript'. Generated 3/19/2015 1:20:46 PM from 'C:\ArcGIS\COM\esriSchematic.olb'
Description 'Schematic attribute script object.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.schematic.ISchematicAttributeScript |
|---|
IID, IID1fbf8247_1f5f_46b4_bcca_31dcb24d58ec, xxDummy |
| Fields inherited from interface com.esri.arcgis.schematic.ISchematicAttribute |
|---|
IIDfd0a84c9_c8d2_44da_98ea_e68026c2d56b |
| Constructor Summary | |
|---|---|
SchematicAttributeScript(java.lang.Object obj)
Construct a SchematicAttributeScript using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
delete()
Deletes the schematic attribute. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IUID |
getCLSID()
CLSID of the schematic attribute. |
java.lang.String |
getDescription()
Description of the schematic attribute. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
Name of the schematic attribute. |
java.lang.Object |
getParameterNames()
Parameters names of the schematic attribute script. |
ISchematicObjectClass |
getSchematicObjectClass()
Schematic object class the schematic attribute belongs to. |
java.lang.String |
getScript()
Script of the schematic attribute script. |
java.lang.Object |
getValue(ISchematicObject schematicObject)
The schematic attribute value for the specified schematic object. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a SchematicAttributeScript. |
void |
setName(java.lang.String name)
Name of the schematic attribute. |
void |
setParameterNames(java.lang.Object names)
Parameters names of the schematic attribute script. |
void |
setScript(java.lang.String script)
Script of the schematic attribute script. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchematicAttributeScript(java.lang.Object obj)
throws java.io.IOException
obj to SchematicAttributeScript. *
SchematicAttributeScript o = (SchematicAttributeScript)obj; // will not work
SchematicAttributeScript o = new SchematicAttributeScript(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
SchematicAttributeScript theSchematicAttributeScript = (SchematicAttributeScript) obj;| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getScript()
throws java.io.IOException,
AutomationException
getScript in interface ISchematicAttributeScriptjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setScript(java.lang.String script)
throws java.io.IOException,
AutomationException
setScript in interface ISchematicAttributeScriptscript - The script (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getParameterNames()
throws java.io.IOException,
AutomationException
getParameterNames in interface ISchematicAttributeScriptjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParameterNames(java.lang.Object names)
throws java.io.IOException,
AutomationException
setParameterNames in interface ISchematicAttributeScriptnames - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface ISchematicAttributejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
setName in interface ISchematicAttributename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface ISchematicAttributejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getCLSID()
throws java.io.IOException,
AutomationException
getCLSID in interface ISchematicAttributejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicObjectClass getSchematicObjectClass()
throws java.io.IOException,
AutomationException
getSchematicObjectClass in interface ISchematicAttributejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void delete()
throws java.io.IOException,
AutomationException
delete in interface ISchematicAttributejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getValue(ISchematicObject schematicObject)
throws java.io.IOException,
AutomationException
getValue in interface ISchematicAttributeschematicObject - A reference to a com.esri.arcgis.schematic.ISchematicObject (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 | ||||||||