Package | Description |
---|---|
org.apache.olingo.commons.api.edm |
Modifier and Type | Method and Description |
---|---|
EdmAnnotation |
EdmAnnotations.getAnnotation(EdmTerm term) |
EdmAnnotation |
EdmAnnotatable.getAnnotation(EdmTerm term) |
EdmAnnotation |
Edm.getAnnotation(FullQualifiedName annotatableName,
EdmTerm term)
Get
EdmAnnotation by element FQN and term. |
Modifier and Type | Method and Description |
---|---|
List<EdmAnnotation> |
EdmAnnotations.getAnnotations() |
List<EdmAnnotation> |
EdmAnnotatable.getAnnotations() |
List<EdmAnnotation> |
Edm.getAnnotations(FullQualifiedName annotatableName)
Get all
EdmAnnotation by element FQN. |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.