Interface EdmAnnotation

All Superinterfaces:
EdmAnnotatable

public interface EdmAnnotation extends EdmAnnotatable
This class models an OData Annotation which can be applied to a target.
  • Method Details

    • getTerm

      EdmTerm getTerm()
      Returns:
      the term of this annotation
    • getQualifier

      String getQualifier()
      Returns:
      the qualifier for this annotation. Might be NULL
    • getExpression

      EdmExpression getExpression()