org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java
Class JavaReflectionTypeVariable

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java.JavaReflectionTypeVariable
All Implemented Interfaces:
MetaType, MetaTypeVariable

public class JavaReflectionTypeVariable
extends Object
implements MetaTypeVariable

Author:
Mike Brock

Constructor Summary
JavaReflectionTypeVariable(TypeVariable variable)
           
 
Method Summary
 MetaType[] getBounds()
           
 MetaGenericDeclaration getGenericDeclaration()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaReflectionTypeVariable

public JavaReflectionTypeVariable(TypeVariable variable)
Method Detail

getBounds

public MetaType[] getBounds()
Specified by:
getBounds in interface MetaTypeVariable

getGenericDeclaration

public MetaGenericDeclaration getGenericDeclaration()
Specified by:
getGenericDeclaration in interface MetaTypeVariable

getName

public String getName()
Specified by:
getName in interface MetaTypeVariable


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