2005/5/9
-- ACDK API Docs Namespaces acdk acdk::lang acdk::lang::reflect Unit members See also: Unit.cpp Unit.h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <Unit.h>
Inheritance diagram for acdk::lang::reflect::Unit:
[inline]
internal constructor
[inline, virtual]
compares t objects Object::compareTo() UnsupportedOperationException
Reimplemented from acdk::lang::Object.
[virtual]
Normally check for equality (not identity) Object::equals() is true only if both objects are the same instance.
return the childs (nested) units
returns all classes registered in this unit
return all enumerations in this unit
implemented interface for MetaObject
Reimplemented from acdk::lang::dmi::MetaObject.
returns the ClassName for this object by default
returns the parent of this unit If no parent returns Nil This method only regards already loaded packages
[static]
return the unit with given name.
returns all registered Units
return a string representation of this object Object::toString() return getName() by default
print the information
Implements acdk::lang::dmi::MetaObject.
[private]