View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Operations | Relations

Parent Package: identification
Class UID_BASED_ID


OBJECT_ID
   |
   +--UID_BASED_ID

Direct Subclassifiers:
       OBJECT_VERSION_ID, HIER_OBJECT_ID
Abstract model of UID-based identifiers consisting of a root part and an optional extension; lexical form: root ‘::’ extension


Operations
SignatureConstraintsDocumentation
 extension() : String  Optional local identifier of the object within the context of the root identifier. Returns the part to the left of the first ‘::’ separator if any, or else any empty String. 
 has_extension() : Boolean  True if there is an extension part. 
 root() : UID  The identifier of the conceptual namespace in which the object exists, within the identification scheme. Returns the part to the left of the first ‘::’ separator, if any, or else the whole string.