org.jboss.reflect.spi
Interface ParameterInfo

All Superinterfaces:
AnnotatedInfo, Cloneable, org.jboss.util.JBossInterface
All Known Implementing Classes:
JavassistParameterInfo, ParameterInfoImpl

public interface ParameterInfo
extends AnnotatedInfo

Parameter info

Author:
Bill Burke, Adrian Brock

Method Summary
 String getName()
          Get the parameter name
 TypeInfo getParameterType()
          Get the parameter type
 
Methods inherited from interface org.jboss.reflect.spi.AnnotatedInfo
getAnnotation, getAnnotations, getUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresent, isAnnotationPresent
 
Methods inherited from interface org.jboss.util.JBossInterface
clone, toShortString, toShortString
 

Method Detail

getName

String getName()
Get the parameter name

Returns:
the parameter name

getParameterType

TypeInfo getParameterType()
Get the parameter type

Returns:
the parameter types


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.