intarsys runtime library

de.intarsys.tools.objectmodel
Interface IReturnTypeInfo

All Known Subinterfaces:
IMethod
All Known Implementing Classes:
FunctorMethod

public interface IReturnTypeInfo

An executable object (like a functor or executable) holding meta information about the type of its result.


Method Summary
 IClass getReturnType()
          The declared type of the executable.
 

Method Detail

getReturnType

IClass getReturnType()
The declared type of the executable.

Returns:
The declared type of the field.

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.