KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > reflect > TypeVariable

java.lang.reflect
Interface TypeVariable<D extends GenericDeclaration>

All Superinterfaces:
Type

Type[] getBounds()
See Also:
MalformedParameterizedTypeException, TypeNotPresentException, ParameterizedType
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


D getGenericDeclaration()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags