All Known Implementing Classes:
AbstractAnnotation, AnnotationGenericBoolean, AnnotationGenericString

public interface Annotation
Author:
hylke
  • Method Details

    • getSourceUrl

      String getSourceUrl(Annotation.DocType docType)
      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.