Identity.toString

Identity.toString

Class Overview | Class Members | This Package | All Packages

Syntax 1
public String toString()
Returns
information about this identity, such as its name and the name of its scope (if any).
Description
Returns a short string describing this identity, telling its name and its scope (if any).

Overrides
toString in class Object



Syntax 2
public String toString( boolean detailed )
Parameters
detailed
whether or not to provide detailed information.
Returns
information about this identity. If detailed is true, then this method returns more information than that provided by the toString method without any arguments.
Description
Returns a string representation of this identity, with optionally more details than that provided by the toString method without any arguments.

See Also
toString