|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface XmlSeeAlsoAnnotation
Corresponds to the JAXB annotation javax.xml.bind.annotation.XmlSeeAlso 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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.resource.java.JavaResourceNode |
|---|
JavaResourceNode.FileTransformer, JavaResourceNode.Root |
| Field Summary | |
|---|---|
static String |
CLASSES_LIST
Change notification constant associated with the value element |
static String |
FULLY_QUALIFIED_CLASSES_LIST
Change notification constant associated with the fully qualified classes. |
| Fields inherited from interface org.eclipse.jpt.common.core.resource.java.JavaResourceNode |
|---|
FILE_TRANSFORMER |
| Method Summary | |
|---|---|
void |
addClass(int index,
String clazz)
Corresponds to the 'value' element of the XmlSeeAlso annotation. |
void |
addClass(String clazz)
Corresponds to the 'value' element of the XmlSeeAlso annotation. |
org.eclipse.jpt.common.utility.iterable.ListIterable<String> |
getClasses()
Corresponds to the 'value' element of the XmlSeeAlso annotation. |
int |
getClassesSize()
Corresponds to the 'value' element of the XmlSeeAlso annotation. |
org.eclipse.jpt.common.utility.iterable.ListIterable<String> |
getFullyQualifiedClasses()
Return the value elements resolved to fully qualified class names |
void |
moveClass(int targetIndex,
int sourceIndex)
Corresponds to the 'value' element of the XmlSeeAlso annotation. |
void |
removeClass(int index)
Corresponds to the 'value' element of the XmlSeeAlso annotation. |
| Methods inherited from interface org.eclipse.jpt.common.core.resource.java.Annotation |
|---|
getAnnotationName, getAstAnnotation, initialize, initialize, isUnset, newAnnotation, removeAnnotation, synchronizeWith, synchronizeWith |
| Methods inherited from interface org.eclipse.jpt.common.core.resource.java.JavaResourceNode |
|---|
getFile, getJavaResourceCompilationUnit, getParent, getRoot, getTextRange |
| Methods inherited from interface org.eclipse.jpt.common.utility.model.Model |
|---|
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener |
| Field Detail |
|---|
static final String CLASSES_LIST
static final String FULLY_QUALIFIED_CLASSES_LIST
| Method Detail |
|---|
org.eclipse.jpt.common.utility.iterable.ListIterable<String> getClasses()
@XmlSeeAlso({Foo.class, Bar.class})
will return and iterable containing: "Foo", "Bar"
int getClassesSize()
void addClass(String clazz)
void addClass(int index,
String clazz)
void moveClass(int targetIndex,
int sourceIndex)
void removeClass(int index)
org.eclipse.jpt.common.utility.iterable.ListIterable<String> getFullyQualifiedClasses()
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||