Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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.


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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