Interface EdmAnnotations

All Superinterfaces:
EdmAnnotatable

public interface EdmAnnotations extends EdmAnnotatable
This is used to apply a group of annotations to a single model element.
  • Method Details

    • getQualifier

      String getQualifier()
      Returns:
      a string allowing annotation authors a means of conditionally applying an annotation
    • getTargetPath

      String getTargetPath()
      Will return the full path to the target e.g. MySchema.MyEntityContainer/MyEntitySet/MySchema.MyEntityType/MyProperty
      Returns:
      the path to the target