API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.lang.model.type. TypeVariable View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.4 06/07/31
Serial
Hierarchy
 TypeMirror
      ReferenceType
          TypeVariable
Subinterfaces
Description
public interface TypeVariable
  Represents a type variable.
See also:    TypeParameterElement
Methods
Hide/Show inherited methods
public Element asElement ()
  Returns the element corresponding to this type variable.
public TypeMirror getLowerBound ()
  Returns the lower bound of this type variable.
public TypeMirror getUpperBound ()
  Returns the upper bound of this type variable.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar