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

E13403-05

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.

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

E13403-05

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