waba.lang
Class Object
waba.lang.Object
- public class Object
Object is the the base class for all objects.
The number of methods in this class is
small since each method added to this class is added to all other classes
in the system.
As with all classes in the waba.lang package, you can't reference the
Object class using the full specifier of waba.lang.Object.
The waba.lang package is implicitly imported.
Instead, you should simply access the Object class like this:
Object obj = (Object)value;
Method Summary |
String |
toString()
Returns the string representation of the object. |
Object
public Object()
toString
public String toString()
- Returns the string representation of the object.