public abstract class AbstractEdmAnnotatableDynamicExpression extends AbstractEdmDynamicExpression implements EdmAnnotatable
EdmExpression.EdmExpressionTypeedm| Constructor and Description |
|---|
AbstractEdmAnnotatableDynamicExpression(Edm edm,
String name,
CsdlAnnotatable annotatable) |
| Modifier and Type | Method and Description |
|---|---|
EdmAnnotation |
getAnnotation(EdmTerm term,
String qualifier) |
List<EdmAnnotation> |
getAnnotations()
Get list of all annotations.
|
asAnd, asAnnotationPath, asApply, asCast, asCollection, asEq, asGe, asGt, asIf, asIsOf, asLabeledElement, asLabeledElementReference, asLe, asLt, asNavigationPropertyPath, asNe, asNot, asNull, asOr, asPath, asPropertyPath, asPropertyValue, asRecord, asUrlRef, isAnd, isAnnotationPath, isApply, isCast, isCollection, isEq, isGe, isGt, isIf, isIsOf, isLabeledElement, isLabeledElementReference, isLe, isLt, isNavigationPropertyPath, isNe, isNot, isNull, isOr, isPath, isPropertyPath, isPropertyValue, isRecord, isUrlRefasConstant, asDynamic, getExpression, getExpressionName, isConstant, isDynamicclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasConstant, asDynamic, getExpressionName, getExpressionType, isConstant, isDynamicpublic AbstractEdmAnnotatableDynamicExpression(Edm edm, String name, 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.