Interface Annotation
- All Known Implementing Classes:
AbstractAnnotation,AnnotationGenericBoolean,AnnotationGenericString
public interface Annotation
- Author:
- hylke
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetName()The name of the annotation Term.The namespace of the annotation Term.getSourceUrl(Annotation.DocType docType) The URL of the document that defines the annotation.getValue()The value of the annotation.
-
Method Details
-
getSourceUrl
The URL of the document that defines the annotation.- Parameters:
docType- the- Returns:
- The URL of the document that defines the annotation.
-
getNameSpace
String getNameSpace()The namespace of the annotation Term.- Returns:
- The name space of the annotation Term.
-
getName
String getName()The name of the annotation Term.- Returns:
- The name of the annotation Term.
-
getValue
Object getValue()The value of the annotation.- Returns:
- The value of the annotation.
-