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

E13403-04

javax.ide.model.java.declaration
Interface HasTypeD

All Superinterfaces:
Declaration
All Known Subinterfaces:
ArrayTypeD, ClassD, FieldD, LocalVariableD, MethodD, ParameterD, TypeD, TypeVariableD, WildcardTypeD

public interface HasTypeD
extends Declaration

Common supertype for Declaration elements that have a type.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.ide.model.java.declaration.Declaration
Declaration.DeclarationKind
 
Method Summary
 TypeD getType()
          Gets the type of this element.
 
Methods inherited from interface javax.ide.model.java.declaration.Declaration
getDeclarationKind, getPosition, isSynthetic
 

Method Detail

getType

TypeD getType()
Gets the type of this element.

Returns:
The type of this element.

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

E13403-04

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