com.ptc.netmarkets.util.misc
Class NmElementAddress

java.lang.Object
  extended by com.ptc.netmarkets.util.misc.NmElementAddress
All Implemented Interfaces:
Externalizable, Serializable

public class NmElementAddress
extends Object
implements Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
static NmElementAddress fromString(String str)
          Create an elementaddress from a string

Supported API: true
 Stack getOids()
          Gets the value of the attribute: oids.
 String toString()
          

Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getOids

public Stack getOids()
Gets the value of the attribute: oids.

Supported API: true

Returns:
Stack

toString

public String toString()


Supported API: true

Overrides:
toString in class Object
Returns:
String

fromString

public static NmElementAddress fromString(String str)
                                   throws WTException
Create an elementaddress from a string

Supported API: true

Parameters:
str -
Returns:
NmElementAddress
Throws:
WTException