org.jboss.errai.ioc.rebind.ioc.codegen.meta
Interface MetaTypeVariable

All Superinterfaces:
MetaType
All Known Implementing Classes:
GWTTypeVariable, JavaReflectionTypeVariable

public interface MetaTypeVariable
extends MetaType

Author:
Mike Brock

Method Summary
 MetaType[] getBounds()
           
 MetaGenericDeclaration getGenericDeclaration()
           
 String getName()
           
 

Method Detail

getBounds

MetaType[] getBounds()

getGenericDeclaration

MetaGenericDeclaration getGenericDeclaration()

getName

String getName()


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