aicas logo Jamaica 3.4 release 8

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

Method Summary
 Type[] getBounds()
          getBounds NYI: COMMENT: JDK 1.5 method description
 D getGenericDeclaration()
          getGenericDeclaration NYI: COMMENT: JDK 1.5 method description
 String getName()
          getName NYI: COMMENT: JDK 1.5 method description
 

Method Detail

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 logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.