SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(data)
(1,3,2,5,3,2)
).
data
- the array with object identifier data
Method Detail |
Array asArray()
Array
an array representation of the object identifier.
String Oid asString()
String
a string representation of the object identifier.
Oid
newly created instance of Oid
<static> Oid create(a)
"1.3.2.5.3.2"
).
a
- string (e.g. "1.3.2.5.3.2"
).
Oid
newly created instance of Oid