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
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 GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.