Class Oid


Constructor Summary
Oid(data)
            Model an object identifier, and provide facilities to see the object identifier as an array of numbers (e.g.
 
Method Summary
 Array asArray()
           Returns an array representation of the object identifier.
 String Oid asString()
           Returns a string representation of the object identifier.
<static>  Oid create(a)
           Model an object identifier, and provide facilities to see the object identifier as a string (e.g.
 
Constructor Detail

Oid

Oid(data)

Method Detail

asArray

Array asArray()

asString

String Oid asString()

create

<static> Oid create(a)