org.tynamo.descriptor
Interface IMethodDescriptor

All Superinterfaces:
Cloneable, Descriptor, Extensible
All Known Implementing Classes:
TynamoMethodDescriptorImpl

public interface IMethodDescriptor
extends Descriptor


Method Summary
 Class[] getArgumentTypes()
           
 Class getBeanType()
           
 Method getMethod()
           
 String getName()
           
 
Methods inherited from interface org.tynamo.descriptor.Descriptor
clone, isHidden, setHidden
 
Methods inherited from interface org.tynamo.descriptor.Extensible
addExtension, addExtension, getExtension, getExtension, getExtensions, removeExtension, removeExtension, supportsExtension, supportsExtension
 

Method Detail

getArgumentTypes

Class[] getArgumentTypes()

getName

String getName()

getBeanType

Class getBeanType()

getMethod

Method getMethod()
                 throws NoSuchMethodException
Throws:
NoSuchMethodException


Copyright © 2004-2009. All Rights Reserved.