Interface EdmAnnotations
- All Superinterfaces:
EdmAnnotatable
This is used to apply a group of annotations to a single model element.
-
Method Summary
Modifier and TypeMethodDescriptionWill return the full path to the target e.g.Methods inherited from interface org.apache.olingo.commons.api.edm.EdmAnnotatable
getAnnotation, getAnnotations
-
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
-