java.lang.reflect
Interface TypeVariable<D extends GenericDeclaration>
- All Superinterfaces:
- Type
- All Known Implementing Classes:
- TypeVariableImpl
public interface TypeVariable<D extends GenericDeclaration>
- extends Type
TypeVariable
NYI: COMMENT: JDK 1.5 class description
- Since:
- 1.5
getBounds
Type[] getBounds()
- getBounds
NYI: COMMENT: JDK 1.5 method description
- Returns:
- an array of Types representing the upper bound(s) of this type variable
- Since:
- 1.5
getGenericDeclaration
D getGenericDeclaration()
- getGenericDeclaration
NYI: COMMENT: JDK 1.5 method description
- Returns:
- the generic declaration declared for this type variable.
- Since:
- 1.5
getName
String getName()
- getName
NYI: COMMENT: JDK 1.5 method description
- Returns:
- the name of this type variable, as it appears in the source code
- Since:
- 1.5
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.