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 NULL
List<EdmAnnotation> getAnnotations()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.