org.apache.xmlbeans
Interface InterfaceExtension.MethodSignature

Enclosing interface:
InterfaceExtension

public static interface InterfaceExtension.MethodSignature


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

Method Detail

getName

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


getReturnType

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


getParameterTypes

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


getExceptionTypes

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