|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.NgUserAttributeSet
public class NgUserAttributeSet
User-attributes set object.
| Constructor Summary | |
|---|---|
NgUserAttributeSet(Object obj)
Construct a NgUserAttributeSet 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-attributes set to be referenced. |
Object |
getObject()
COM object related to the user-attributes set. |
INgProject |
getProject()
Project of the user-attributes set. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
setName(String pVal)
Name allowing the user-attributes set to be referenced. |
void |
setObjectByRef(Object pVal)
COM object related to the user-attributes 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 NgUserAttributeSet(Object obj)
throws IOException
obj to NgUserAttributeSet. *
NgUserAttributeSet o = (NgUserAttributeSet)obj; // will not work
NgUserAttributeSet o = new NgUserAttributeSet(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
NgUserAttributeSet theNgUserAttributeSet = (NgUserAttributeSet) 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 INgUserAttributeSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgProject.getUserAttributeSets(),
INgProject.addUserAttributes(java.lang.Object, String)
public void setName(String pVal)
throws IOException,
AutomationException
setName in interface INgUserAttributeSetpVal - 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 INgUserAttributeSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectByRef(Object pVal)
throws IOException,
AutomationException
setObjectByRef in interface INgUserAttributeSetpVal - 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 INgUserAttributeSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||