org.jbind.xml.core.cmp
Interface IAnnotation

All Known Subinterfaces:
IAnnotationElement
All Known Implementing Classes:
AnnotationElement

public interface IAnnotation


Method Summary
 IDocumentation getDocumentation(ILanguage aLanguage)
          Gets the documentation for the specified language.
 java.util.Iterator iterAppInfos()
          Iterates the appinfo elements.
 java.util.Iterator iterDocumentations()
          Iterates the documentation elements.
 

Method Detail

getDocumentation

public IDocumentation getDocumentation(ILanguage aLanguage)
Gets the documentation for the specified language.

Parameters:
aLanguage - (optional).
Returns:
(optional).

iterDocumentations

public java.util.Iterator iterDocumentations()
Iterates the documentation elements.

Returns:
(required) Returns an iterator of IDocumentation.

iterAppInfos

public java.util.Iterator iterAppInfos()
Iterates the appinfo elements.

Returns:
(required) Returns an iterator of IAppInfo.