BaseObject

A base class for common functionality.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toStringAppendFields
void toStringAppendFields(StringBuilder builder)

Used by sub-classes to include the fields defined by the sub-class in the {@link #toString()} output.

Meta