aicas logoJamaica 3.2 release 62

java.lang.reflect
Interface ParameterizedType

All Superinterfaces:
Type
All Known Implementing Classes:
ParameterizedTypeImpl

public interface ParameterizedType
extends Type

ParameterizedType

NYI: COMMENT: JDK 1.5 class description

Since:
1.5

Method Summary
 Type[] getActualTypeArguments()
          getActualTypeArguments NYI: COMMENT: JDK 1.5 method description
 Type getOwnerType()
          getOwnerType NYI: COMMENT: JDK 1.5 method description
 Type getRawType()
          getRawType NYI: COMMENT: JDK 1.5 method description
 

Method Detail

getActualTypeArguments

Type[] getActualTypeArguments()
getActualTypeArguments

NYI: COMMENT: JDK 1.5 method description

Returns:
an array of Type objects representing the actual type arguments to this type
Since:
1.5

getRawType

Type getRawType()
getRawType

NYI: COMMENT: JDK 1.5 method description

Returns:
the Type object representing the class or interface that declared this type
Since:
1.5

getOwnerType

Type getOwnerType()
getOwnerType

NYI: COMMENT: JDK 1.5 method description

Returns:
a Type object representing the type that this type is a member of. If this type is a top-level type, null is returned
Since:
1.5

aicas logoJamaica 3.2 release 62

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