|
|||||||||
| Home >> All >> org >> apache >> [ xmlbeans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.xmlbeans
Interface InterfaceExtension.MethodSignature

- 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.
|
|||||||||
| Home >> All >> org >> apache >> [ xmlbeans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC