org.reflext.api
Interface TypeVariableInfo

All Superinterfaces:
TypeInfo

public interface TypeVariableInfo
extends TypeInfo

Version:
$Revision$
Author:
Julien Viet

Method Summary
 java.util.List<TypeInfo> getBounds()
          Return the bound list.
 GenericDeclarationInfo getGenericDeclaration()
          Returns the related generic declaration.
 java.lang.String getVariableName()
          Returns the name of the variable.
 
Methods inherited from interface org.reflext.api.TypeInfo
accept, getName, isReified, isSubType, unwrap
 

Method Detail

getBounds

java.util.List<TypeInfo> getBounds()
Return the bound list.

Returns:
the bound list

getGenericDeclaration

GenericDeclarationInfo getGenericDeclaration()
Returns the related generic declaration.

Returns:
the generic declaration

getVariableName

java.lang.String getVariableName()
Returns the name of the variable.

Returns:
the variable name


Copyright © 2010 eXo Platform SAS. All Rights Reserved.