Class org.as2lib.core.BasicClass

org.as2lib.core.BasicClass

Implemented Interfaces

BasicInterface

Description

BasicClass offers default implementations of the methods declared by BasicInterface.

Method Index

toString()

Method Detail

toString

public function toString():String

Returns the string representation of this instance.

The String representation is obtained via the stringifier returned by the Config.getObjectStringifier method.

Return

the string representation of this instance

Specified By

toString() in org.as2lib.core.BasicInterface