Uses of Class
org.apache.olingo.commons.api.edm.provider.annotation.CsdlIf
Packages that use CsdlIf
Package
Description
Contains representations for objects created during
CSDL document parsing related to the CSDL annotations.
-
Uses of CsdlIf in org.apache.olingo.commons.api.edm.provider.annotation
Methods in org.apache.olingo.commons.api.edm.provider.annotation that return CsdlIfModifier and TypeMethodDescriptionCsdlDynamicExpression.asIf()
Casts the expression to aCsdlIf
expressionCsdlIf.setAnnotations
(List<CsdlAnnotation> annotations) CsdlIf.setElse
(CsdlExpression _else) CsdlIf.setGuard
(CsdlExpression guard) CsdlIf.setThen
(CsdlExpression _then)