public interface JavaMethod extends JavaHasAnnotations
Purpose:A TopLink JAXB 2.0 Java model representation of a JDK Method.
Responsibilities:
JavaHasAnnotations
,
Method
Modifier and Type | Method and Description |
---|---|
int |
getModifiers() |
java.lang.String |
getName() |
JavaClass |
getOwningClass() |
JavaClass[] |
getParameterTypes() |
JavaClass |
getReturnType() |
boolean |
isAbstract() |
boolean |
isBridge() |
boolean |
isFinal() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isSynthetic() |
getAnnotation, getAnnotations, getDeclaredAnnotation, getDeclaredAnnotations
int getModifiers()
java.lang.String getName()
JavaClass getOwningClass()
JavaClass[] getParameterTypes()
JavaClass getReturnType()
boolean isAbstract()
boolean isFinal()
boolean isPrivate()
boolean isProtected()
boolean isPublic()
boolean isStatic()
boolean isSynthetic()
boolean isBridge()