2005/5/9
-- ACDK API Docs Namespaces acdk acdk::lang acdk::lang::reflect Enumeration members See also: Enumeration.cpp Enumeration.h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <Enumeration.h>
Inheritance diagram for acdk::lang::reflect::Enumeration:
[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.
[static]
return the Enumeration with given name.
returns all registered Enumerations
return the symbolic name (without namespace) for the given value.
return Nil if no information for enumName can be found or this enumeration has no such value getEnumNameForValue
return Nil if this enumeration has no such value If an enumeration multiple enum values has the same integer value this method returns the first found.
implemented interface for MetaObject
Reimplemented from acdk::lang::dmi::MetaObject.
returns the ClassName for this object by default
return a string representation of this object Object::toString() return getName() by default
print the information
Implements acdk::lang::dmi::MetaObject.
[private]