Class.getName
Class Overview | Class Members | 
  This Package | 
All Packages
 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.