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

E13403-08

oracle.jdeveloper.java.insight
Interface AnnotationElementValueContext


public interface AnnotationElementValueContext


Method Summary
 SourceAnnotation getAnnotation()
          Get the annotation that contains the element whose possible values are being requested
 java.lang.String getAnnotationElementName()
          Get the name of the element whose possible values are being requested
 Project getProject()
          Get the project associated with the source that contains the annotation that contains the element whose possible values are being requested
 SourceElement getSourceCope()
          Get the element that the user has currently selected.
 java.lang.String getValuePrefix()
          Get the preferred prefix, already entered in the editor, of the possible values being requested
 

Method Detail

getProject

Project getProject()
Get the project associated with the source that contains the annotation that contains the element whose possible values are being requested

Returns:
A project, which might be null.

getAnnotation

SourceAnnotation getAnnotation()
Get the annotation that contains the element whose possible values are being requested

Returns:
An annotation which will not be null.

getSourceCope

SourceElement getSourceCope()
Get the element that the user has currently selected. This might not be the actual annotation but some other kind of structure such as list element.

Returns:
A source element which will not be null, this may be the annotation

getAnnotationElementName

java.lang.String getAnnotationElementName()
Get the name of the element whose possible values are being requested

Returns:
A name which will not be null.

getValuePrefix

java.lang.String getValuePrefix()
Get the preferred prefix, already entered in the editor, of the possible values being requested

Returns:
A prefix which will not be null.

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

E13403-08

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