public abstract class AbstractEdmAnnotatable extends Object implements EdmAnnotatable
| Constructor and Description |
|---|
AbstractEdmAnnotatable(Edm edm,
CsdlAnnotatable annotatable) |
| Modifier and Type | Method and Description |
|---|---|
EdmAnnotation |
getAnnotation(EdmTerm term,
String qualifier) |
List<EdmAnnotation> |
getAnnotations()
Get list of all annotations.
|
protected final Edm edm
public AbstractEdmAnnotatable(Edm edm, CsdlAnnotatable annotatable)
public EdmAnnotation getAnnotation(EdmTerm term, String qualifier)
getAnnotation in interface EdmAnnotatableterm - term used for the annotation. MUST NOT be null.qualifier - for the term. Can be NULLpublic List<EdmAnnotation> getAnnotations()
EdmAnnotatablegetAnnotations in interface EdmAnnotatableCopyright © 2023. All rights reserved.