public interface EdmAnnotatable
| Modifier and Type | Method and Description | 
|---|---|
| EdmAnnotation | getAnnotation(EdmTerm term,
             String qualifier) | 
| List<EdmAnnotation> | getAnnotations()Get list of all annotations. | 
EdmAnnotation getAnnotation(EdmTerm term, String qualifier)
term - term used for the annotation. MUST NOT be null.qualifier - for the term. Can be NULLList<EdmAnnotation> getAnnotations()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.