Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

javax.ide.model.java.declaration
Interface GenericD

All Superinterfaces:
Declaration, MemberD
All Known Subinterfaces:
ClassD, ConstructorD, ExecutableD, MethodD

public interface GenericD
extends MemberD

Common supertype for Declaration elements that may declare type parameters.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.ide.model.java.declaration.Declaration
Declaration.DeclarationKind
 
Method Summary
 java.util.Collection getTypeParameters()
          Gets the declared type parameters.
 
Methods inherited from interface javax.ide.model.java.declaration.MemberD
getEnclosingClass, getModifiers, isFinal, isPrivate, isProtected, isPublic, isStatic
 
Methods inherited from interface javax.ide.model.java.declaration.Declaration
getDeclarationKind, getPosition, isSynthetic
 

Method Detail

getTypeParameters

java.util.Collection getTypeParameters()
Gets the declared type parameters.

Returns:
The type variable declarations for the declared type parameters.

Collection of TypeVariableDs.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.