|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerAnnotation<T extends NestableAnnotation>
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Method Summary | |
---|---|
T |
add(int index)
|
T |
addInternal(int index)
Add directly to the List without firing change notification. |
java.lang.String |
getElementName()
Return the element name of the nestable annotation when it is nested withing the container annotatio as a member value pai |
java.lang.String |
getNestableAnnotationName()
Return the fully qualified nestable annotation name. |
int |
indexOf(T nestedAnnotation)
|
void |
move(int targetIndex,
int sourceIndex)
|
void |
moveInternal(int targetIndex,
int sourceIndex)
Move in the List without firing change notification. |
T |
nestedAnnotationAt(int index)
|
T |
nestedAnnotationFor(org.eclipse.jdt.core.dom.Annotation jdtAnnotation)
|
java.util.ListIterator<T> |
nestedAnnotations()
|
int |
nestedAnnotationsSize()
|
void |
remove(int index)
|
void |
remove(T nestedAnnotation)
|
Methods inherited from interface org.eclipse.jpt.core.resource.java.Annotation |
---|
getAnnotationName, getJdtAnnotation, newAnnotation, removeAnnotation |
Methods inherited from interface org.eclipse.jpt.core.resource.java.JavaResourceNode |
---|
getJpaCompilationUnit, getResourceModel, getTextRange, initialize, updateFromJava |
Method Detail |
---|
java.lang.String getNestableAnnotationName()
java.lang.String getElementName()
java.util.ListIterator<T> nestedAnnotations()
int nestedAnnotationsSize()
T nestedAnnotationAt(int index)
T nestedAnnotationFor(org.eclipse.jdt.core.dom.Annotation jdtAnnotation)
int indexOf(T nestedAnnotation)
T add(int index)
T addInternal(int index)
void remove(T nestedAnnotation)
void remove(int index)
void moveInternal(int targetIndex, int sourceIndex)
void move(int targetIndex, int sourceIndex)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |