Method isInterface()
Return type: boolean
Member of: java.lang.Class
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 if (!serviceInterface.isInterface()) {
2 if (clazz != null && clazz.isInterface ()) {
3 if (c.isInterface()) {
4 (!portInterface.isInterface() || !Remote.class.isAssignableFrom(portInterface))) {
5 if (aClass.isInterface() && n.startsWith("I") && Character.isUpperCase(n.charAt(1))) {
6 if (clazz.isInterface()) {
7 if (!klass.isInterface()) {
8 if (favouriteListImplementation.isInterface()) {
9 if(!iface.isInterface())
10 else if (realclass.isInterface() != isInterface)
11 if (!type.isInterface()
12 typeConstraint.isInterface()
13 if (clazz.isInterface()) {
14 if (!proxyInterface.isInterface()) {
15 if (type.isInterface ())
16 if( allowInterfacesOnly && !c.isInterface() ) {
17 boolean isInterface = clazz.isInterface();
18 if (!mbeanInterface.isInterface()) throw new IllegalArgumentException("Class parameter must be an interface");
19 if (clazz.isInterface())
20 if (assumedClass.isInterface()) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.