API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang.reflect. TypeVariable View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Type
      TypeVariable
Subinterfaces
Description
public interface TypeVariable
  TypeVariable is the common superinterface for type variables of kinds.
See also:   
Methods
Hide/Show inherited methods
public Type getBounds ()
  Returns an array of Type objects representing the upper bound(s) of this type variable.
public D getGenericDeclaration ()
  Returns the GenericDeclaration object representing the generic declaration declared this type variable.
public String getName ()
  Returns the name of this type variable, as it occurs in the source code.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar