Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xmlbeans
Interface InterfaceExtension.MethodSignature  view InterfaceExtension.MethodSignature download InterfaceExtension.MethodSignature.java

Enclosing interface:
InterfaceExtension

public static interface InterfaceExtension.MethodSignature


Method Summary
 java.lang.String[] getExceptionTypes()
          Returns the fully qualified type name of the exception types.
 java.lang.String getName()
          Returns the name of the method.
 java.lang.String[] getParameterTypes()
          Returns the fully qualified type name of the parameter types in order.
 java.lang.String getReturnType()
          Returns the fully qualified type name of the return value or 'void' for no return value.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the method.


getReturnType

public java.lang.String getReturnType()
Returns the fully qualified type name of the return value or 'void' for no return value.


getParameterTypes

public java.lang.String[] getParameterTypes()
Returns the fully qualified type name of the parameter types in order.


getExceptionTypes

public java.lang.String[] getExceptionTypes()
Returns the fully qualified type name of the exception types.