Object



Properties
oaw::Type metaType
returns this object's meta type.

Operations
Boolean <(Object)
Boolean !=(Object)
Boolean >=(Object)
Boolean <=(Object)
Boolean >(Object)
Integer compareTo(Object)
Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
Boolean ==(Object)
String toString()
returns the String representation of this object. (Calling Java's toString() method)