Class.getName

Class.getName

Class Overview | Class Members | This Package | All Packages

Syntax
public native String getName()
Returns
the fully qualified name of the class or interface represented by this object.
Description
Returns the fully-qualified name of the type (class, interface, array, or primitive) represented by this Class object, as a String.