public interface MethodModel extends Member, AnnotatedElement
Member.Type| Modifier and Type | Method and Description |
|---|---|
String[] |
getArgumentTypes()
Returns the parameter types as string
|
ExtensibleType<?> |
getDeclaringType()
Returns the class or interface model this method belongs to.
|
String |
getReturnType()
Returns the method return type
|
String |
getSignature()
Returns the method signature.
|
getMemberTypegetAnnotation, getAnnotations, getName, shortDescExtensibleType<?> getDeclaringType()
getDeclaringType in interface MemberString getSignature()
String getReturnType()
String[] getArgumentTypes()
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.