| Package | Description |
|---|---|
| org.apache.olingo.commons.api.edm.provider.annotation |
Contains representations for objects created during
CSDL document parsing related to the CSDL annotations.
|
| org.apache.olingo.commons.core.edm.annotation |
| Modifier and Type | Method and Description |
|---|---|
CsdlCast |
CsdlDynamicExpression.asCast()
Casts the expression to a
CsdlCast expression |
CsdlCast |
CsdlCast.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlCast |
CsdlCast.setMaxLength(Integer maxLength) |
CsdlCast |
CsdlCast.setPrecision(Integer precision) |
CsdlCast |
CsdlCast.setScale(Integer scale) |
CsdlCast |
CsdlCast.setSrid(SRID srid) |
CsdlCast |
CsdlCast.setType(String type) |
CsdlCast |
CsdlCast.setValue(CsdlExpression value) |
| Constructor and Description |
|---|
EdmCastImpl(Edm edm,
CsdlCast csdlExp) |
Copyright © 2023. All rights reserved.