Package | Description |
---|---|
org.apache.olingo.commons.api.edm |
Modifier and Type | Method and Description |
---|---|
EdmTerm |
EdmTerm.getBaseTerm()
When applying a term with a base term,the base term MUST also be applied with the same qualifier, and so on until a
term without a base term is reached.
|
EdmTerm |
EdmAnnotation.getTerm() |
EdmTerm |
Edm.getTerm(FullQualifiedName termName)
Get Term full by qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<EdmTerm> |
EdmSchema.getTerms() |
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. |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.