public class CsdlApply extends CsdlDynamicExpression implements CsdlAnnotatable
Constructor and Description |
---|
CsdlApply() |
Modifier and Type | Method and Description |
---|---|
List<CsdlAnnotation> |
getAnnotations()
Returns a list of annotations
|
String |
getFunction()
A QualifiedName specifying the name of the client-side function to apply.
|
List<CsdlExpression> |
getParameters()
Returns the expressions applied to the parameters of the function
|
CsdlApply |
setAnnotations(List<CsdlAnnotation> annotations) |
CsdlApply |
setFunction(String function) |
CsdlApply |
setParameters(List<CsdlExpression> parameters) |
asAnnotationPath, asApply, asCast, asCollection, asIf, asIsOf, asLabeledElement, asLabeledElementReference, asLogicalOrComparison, asNavigationPropertyPath, asNull, asPath, asPropertyPath, asRecord, asUrlRef, isAnnotationPath, isApply, isCast, isCollection, isIf, isIsOf, isLabeledElement, isLabeledElementReference, isLogicalOrComparison, isNavigationPropertyPath, isNull, isPath, isPropertyPath, isRecord, isUrlRef
asConstant, asDynamic, isConstant, isDynamic
getAllByName, getOneByName
public List<CsdlAnnotation> getAnnotations()
CsdlAnnotatable
getAnnotations
in interface CsdlAnnotatable
public CsdlApply setAnnotations(List<CsdlAnnotation> annotations)
public String getFunction()
Constants.CANONICAL_FUNCTION_CONCAT
,
Constants.CANONICAL_FUNCTION_FILLURITEMPLATE
,
Constants.CANONICAL_FUNCTION_URIENCODE
public List<CsdlExpression> getParameters()
public CsdlApply setParameters(List<CsdlExpression> parameters)
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.