ariba.util.fieldtype
Interface MethodInfo

All Superinterfaces:
PropertyInfo
All Known Implementing Classes:
JavaTypeProvider.JavaMethodInfo

public interface MethodInfo
extends PropertyInfo

MethodInfo is an abstraction of a method object of an underlying type system.


Method Summary
 List getParameters(TypeRetriever retriever)
           
 TypeInfo getReturnType(TypeRetriever retriever)
           
 boolean isStatic()
           
 
Methods inherited from interface ariba.util.fieldtype.PropertyInfo
getAccessibility, getName, getParentType, getType
 

Method Detail

getParameters

List getParameters(TypeRetriever retriever)

getReturnType

TypeInfo getReturnType(TypeRetriever retriever)

isStatic

boolean isStatic()


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.