BasicClass
BasicClass offers default implementations of the methods declared byBasicInterface.See also:
Summary
Instance methods
Instance methods
toString
function toString (
) : String
Returns the string representation of this instance.
The String representation is obtained via the stringifier returned by the
org.as2lib.Config.getObjectStringifier method.
Returns:
the string representation of this instance
Specified by: