Uses of Class
org.apache.olingo.commons.api.edm.provider.annotation.CsdlPropertyValue
Packages that use CsdlPropertyValue
Package
Description
Contains representations for objects created during
CSDL document parsing related to the CSDL annotations.
-
Uses of CsdlPropertyValue in org.apache.olingo.commons.api.edm.provider.annotation
Methods in org.apache.olingo.commons.api.edm.provider.annotation that return CsdlPropertyValueModifier and TypeMethodDescriptionCsdlPropertyValue.setAnnotations
(List<CsdlAnnotation> annotations) CsdlPropertyValue.setProperty
(String property) CsdlPropertyValue.setValue
(CsdlExpression value) Methods in org.apache.olingo.commons.api.edm.provider.annotation that return types with arguments of type CsdlPropertyValueModifier and TypeMethodDescriptionCsdlRecord.getPropertyValues()
List of edm:PropertyValues (SeeCsdlPropertyValue
Method parameters in org.apache.olingo.commons.api.edm.provider.annotation with type arguments of type CsdlPropertyValueModifier and TypeMethodDescriptionCsdlRecord.setPropertyValues
(List<CsdlPropertyValue> propertyValues)