Oid
API
Oid.java
interface Oid {
String SEPARATOR;
String logicalTypeName() (1)
String getLogicalTypeName() (2)
String identifier() (3)
String getIdentifier() (4)
String stringify() (5)
}
1 | logicalTypeName()
Logical-type-name of the domain object this Oid is representing. (aka. object-type) |
2 | getLogicalTypeName()
use #logicalTypeName() instead |
3 | identifier()
Stringified version of the ID of the domain object instance this Oid is representing. |
4 | getIdentifier()
use #identifier() instead |
5 | stringify()
The canonical form of the Bookmark , that is #logicalTypeName() logical-type-name #SEPARATOR #identifier() identifier . |
Members
logicalTypeName()
Logical-type-name of the domain object this Oid is representing. (aka. object-type)
stringify()
The canonical form of the Bookmark , that is #logicalTypeName() logical-type-name #SEPARATOR #identifier() identifier .