| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.NetElementClass
public class NetElementClass
A container for describing a class in the network.
| Constructor Summary | |
|---|---|
| NetElementClass(Object obj)Construct a NetElementClass using a reference to such an object returned from ArcGIS Engine or Server. | |
| Method Summary | |
|---|---|
|  boolean | equals(Object o)Compare this object with another | 
|  int | getUserClassID()UserClassID of an element class in the logical network. | 
|  int | hashCode()the hashcode for this object | 
| 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 NetElementClass(Object obj)
                throws IOException
obj to NetElementClass.   * 
NetElementClass o = (NetElementClass)obj; // will not work 
 
NetElementClass o = new NetElementClass(obj); // Use this constructor instead  
    * @param     obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
  NetElementClass theNetElementClass = (NetElementClass) obj;| Method Detail | 
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public int getUserClassID()
                   throws IOException,
                          AutomationException
getUserClassID in interface INetElementClassIOException - 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 | ||||||||