Class AbstractEdmAnnotatable
java.lang.Object
org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
- All Implemented Interfaces:
EdmAnnotatable
- Direct Known Subclasses:
AbstractEdmNamed,EdmAnnotationImpl,EdmAnnotationsImpl,EdmOnDeleteImpl,EdmPropertyValueImpl,EdmReferentialConstraintImpl,EdmSchemaImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotation(EdmTerm term, String qualifier) Get list of all annotations.
-
Field Details
-
edm
-
-
Constructor Details
-
AbstractEdmAnnotatable
-
-
Method Details
-
getAnnotation
- Specified by:
getAnnotationin interfaceEdmAnnotatable- Parameters:
term- term used for the annotation. MUST NOT be null.qualifier- for the term. Can beNULL- Returns:
- annotation according to term
-
getAnnotations
Description copied from interface:EdmAnnotatableGet list of all annotations.- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Returns:
- list of all annotations
-