Skip navigation links

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

E17493-04


javax.ide.model.java.declaration
Interface HasNameD

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

public interface HasNameD
extends Declaration

Common supertype for Declaration elements that have a name.


Nested Class Summary

 

Nested classes/interfaces inherited from interface javax.ide.model.java.declaration.Declaration
Declaration.DeclarationKind

 

Method Summary
 java.lang.String getName()
          Gets the simple name of this element.

 

Methods inherited from interface javax.ide.model.java.declaration.Declaration
getDeclarationKind, getPosition, isSynthetic

 

Method Detail

getName

java.lang.String getName()
Gets the simple name of this element.
Returns:
The simple name of this element.

Skip navigation links

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

E17493-04


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