|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.NgUserProcedureSet
public class NgUserProcedureSet
User-procedures set object.
| Constructor Summary | |
|---|---|
NgUserProcedureSet(Object obj)
Construct a NgUserProcedureSet using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getName()
Name allowing the user-procedures set to be referenced. |
Object |
getObject()
COM object related to the user-procedures set. |
INgProject |
getProject()
Project of the user-procedures set. |
int |
hashCode()
the hashcode for this object |
void |
setName(String pVal)
Name allowing the user-procedures set to be referenced. |
void |
setObjectByRef(Object pVal)
COM object related to the user-procedures set. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public NgUserProcedureSet(Object obj)
throws IOException
obj to NgUserProcedureSet. *
NgUserProcedureSet o = (NgUserProcedureSet)obj; // will not work
NgUserProcedureSet o = new NgUserProcedureSet(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
NgUserProcedureSet theNgUserProcedureSet = (NgUserProcedureSet) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
throws IOException,
AutomationException
getName in interface INgUserProcedureSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgProject.addUserProcedures(java.lang.Object, String),
INgProject.getUserProcedureSets()
public void setName(String pVal)
throws IOException,
AutomationException
setName in interface INgUserProcedureSetpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getObject()
throws IOException,
AutomationException
getObject in interface INgUserProcedureSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectByRef(Object pVal)
throws IOException,
AutomationException
setObjectByRef in interface INgUserProcedureSetpVal - A reference to another Automation Object (IDispatch) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INgProject getProject()
throws IOException,
AutomationException
getProject in interface INgUserProcedureSetIOException - 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 | ||||||||