Package org.apache.xmlbeans.impl.config
Class InterfaceExtensionImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.config.InterfaceExtensionImpl
-
- All Implemented Interfaces:
InterfaceExtension
public class InterfaceExtensionImpl extends java.lang.Object implements InterfaceExtension
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.xmlbeans.InterfaceExtension
InterfaceExtension.MethodSignature
-
-
Constructor Summary
Constructors Constructor Description InterfaceExtensionImpl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(java.lang.String fullJavaName)static java.lang.StringemitType(JClass cls)java.lang.StringgetInterface()Get the fully qualified interface name.InterfaceExtension.MethodSignature[]getMethods()Returns an array of MethodSignature declared in the interface class.java.lang.StringgetStaticHandler()Get the fully qualified static handler class name.java.lang.StringtoString()
-
-
-
Method Detail
-
emitType
public static java.lang.String emitType(JClass cls)
-
contains
public boolean contains(java.lang.String fullJavaName)
-
getStaticHandler
public java.lang.String getStaticHandler()
Description copied from interface:InterfaceExtensionGet the fully qualified static handler class name.- Specified by:
getStaticHandlerin interfaceInterfaceExtension
-
getInterface
public java.lang.String getInterface()
Description copied from interface:InterfaceExtensionGet the fully qualified interface name.- Specified by:
getInterfacein interfaceInterfaceExtension
-
getMethods
public InterfaceExtension.MethodSignature[] getMethods()
Description copied from interface:InterfaceExtensionReturns an array of MethodSignature declared in the interface class. Possibly null if there is an error in the configuration.- Specified by:
getMethodsin interfaceInterfaceExtension
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-