java.lang.reflect.TypeVariable<D extends java.lang.reflect.GenericDeclaration> | Type |
Represents a type variable.
Type[] | getBounds() | |||||
Returns the upper bounds of the type variable. | ||||||
D | getGenericDeclaration() | |||||
Returns a GenericDeclaration object for this type variable. | ||||||
String | getName() | |||||
Returns the type variable's name from source. |
TypeNotPresentException | if the component type points to a missing type. |
---|---|
MalformedParameterizedTypeException | if the component type points to a type that can't be instantiated for some reason. |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |