type
constructors
methods
| compare |
Oid is ordered by comparing its sub-identifier parts numerically. |
|---|---|
| getRange |
Get a new Oid based on the specified range. |
| ids |
Convenience to get the value as a list of its |
| oidStr |
Convenience to get a Str where the sub-identifiers are joined with a |
| valStr |
Slot Details
compare
getRange
ids
Int[] ids()
Convenience to get the value as a list of its Int identifiers.
make
oidStr
Str oidStr()
Convenience to get a Str where the sub-identifiers are joined with a .
Asn.oid("1.2.3").oidStr == "1.2.3"
valStr
virtual override Str valStr()