Class.isInterface

Class.isInterface

Class Overview | Class Members | This Package | All Packages

Syntax
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.