Class.isInterface
Class Overview | Class Members | 
  This Package | 
All Packages
 public native boolean isInterface()
Returns
     true if this object represents an interface;
          false otherwise.
  Description
 Determines if the specified Class object represents an interface type.