Annotation Type EdmAnnotation
Can be used to annotate attributes. The annotations are converted into OData annotations.
For details see
OData Version 4.0 Part 3 - 14.3 Element edm:Annotation
- Author:
- Oliver Grande
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionAn annotation element MAY provide a SimpleIdentifier value for the Qualifier attribute.
-
Element Details
-
term
String termFull qualified name of term, e.g. Core.MediaType- Returns:
- name
-
-
-
qualifier
String qualifierAn annotation element MAY provide a SimpleIdentifier value for the Qualifier attribute. The qualifier attribute allows annotation authors a means of conditionally applying an annotation.- Returns:
- qualifier
- Default:
- ""
-
constantExpression
EdmAnnotation.ConstantExpression constantExpression- Default:
- @com.sap.olingo.jpa.metadata.core.edm.annotation.EdmAnnotation.ConstantExpression(type=Int, value="default")
-
dynamicExpression
EdmAnnotation.DynamicExpression dynamicExpression- Default:
- @com.sap.olingo.jpa.metadata.core.edm.annotation.EdmAnnotation.DynamicExpression
-