public class CsdlCast extends CsdlDynamicExpression implements CsdlAnnotatable
| Constructor and Description | 
|---|
| CsdlCast() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| List<CsdlAnnotation> | getAnnotations()Returns a list of annotations | 
| Integer | getMaxLength()Returns the facet attribute MaxLength | 
| Integer | getPrecision()Returns the facet attribute Precision | 
| Integer | getScale()Returns the facet attribute Scale | 
| SRID | getSrid()Returns the facet attribute SRID | 
| String | getType()Value cast to | 
| CsdlExpression | getValue()Cast value of the expression | 
| int | hashCode() | 
| CsdlCast | setAnnotations(List<CsdlAnnotation> annotations) | 
| CsdlCast | setMaxLength(Integer maxLength) | 
| CsdlCast | setPrecision(Integer precision) | 
| CsdlCast | setScale(Integer scale) | 
| CsdlCast | setSrid(SRID srid) | 
| CsdlCast | setType(String type) | 
| CsdlCast | setValue(CsdlExpression value) | 
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, isUrlRefasConstant, asDynamic, isConstant, isDynamicgetAllByName, getOneByNamepublic List<CsdlAnnotation> getAnnotations()
CsdlAnnotatablegetAnnotations in interface CsdlAnnotatablepublic CsdlCast setAnnotations(List<CsdlAnnotation> annotations)
public String getType()
public Integer getMaxLength()
public Integer getPrecision()
public Integer getScale()
public SRID getSrid()
public CsdlExpression getValue()
public CsdlCast setValue(CsdlExpression value)
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.