Class EdmAnnotationsImpl

java.lang.Object
org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
org.apache.olingo.commons.core.edm.EdmAnnotationsImpl
All Implemented Interfaces:
EdmAnnotatable, EdmAnnotations

public class EdmAnnotationsImpl extends AbstractEdmAnnotatable implements EdmAnnotations
  • Constructor Details

    • EdmAnnotationsImpl

      public EdmAnnotationsImpl(Edm edm, CsdlAnnotations annotationGroup)
  • Method Details

    • getQualifier

      public String getQualifier()
      Specified by:
      getQualifier in interface EdmAnnotations
      Returns:
      a string allowing annotation authors a means of conditionally applying an annotation
    • getTargetPath

      public String getTargetPath()
      Description copied from interface: EdmAnnotations
      Will return the full path to the target e.g. MySchema.MyEntityContainer/MyEntitySet/MySchema.MyEntityType/MyProperty
      Specified by:
      getTargetPath in interface EdmAnnotations
      Returns:
      the path to the target