API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.lang.model.element. TypeParameterElement View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.5 06/08/02
Serial
Hierarchy
 Element
      TypeParameterElement
Subinterfaces
Description
public interface TypeParameterElement
  Represents a formal type parameter of a generic class, interface, method, or constructor element.
See also:    TypeVariable
Methods
Hide/Show inherited methods
public List<TypeMirror> getBounds ()
  Returns the bounds of this type parameter.
public Element getGenericElement ()
  Returns the generic class, interface, method, or constructor that is parameterized by this type parameter.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar