java.lang.reflect
public
interface
java.lang.reflect.TypeVariable
| java.lang.reflect.TypeVariable |
Type
|
Represents a type variable.
Summary
Details
Public Methods
public
Type[]
getBounds()
Answers the upper bounds of the type variable.
Returns
- array of type variable's upper bounds.
public
D
getGenericDeclaration()
Answers a GenericDeclaration object for this type variable.
Returns
- the generic declaration spec
public
String
getName()
Answers the type variable's name from source.
Returns
- the variable's name from the source code.