| |||||
Previous Next |
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 |
public String getOID
public Void delete
| |||||
Previous Next |