Type OclObject

All Supertypes:
OclAny

Predefined type OclObject
extends OclAny

OclObject is the abstract type whom every business type inherit implicitly.


Operation Summary
 Void delete
          Removes this object, its links (and linked objects if composed) from the database.
 String getOID
          Returns a character string identifying this object.
 
Operations inherited from type OclAny
=, <>, oclAsType, oclIsKindOf, oclIsTypeOf
 

Operations Detail

getOID

 public String getOID
Returns a character string identifying this object. This is a bijective operation in that it is possible to find any object, thanks to its OID.

delete

 public Void delete
Removes this object, its links (and linked objects if composed) from the database. After, this object should not be used any more. This is a side-effect operation.


Copyright 1999-2002 ObjeXion Software SA. All rights reserved.