public class CsdlCast extends CsdlDynamicExpression implements CsdlAnnotatable
Constructor and Description |
---|
CsdlCast() |
Modifier and Type | Method and Description |
---|---|
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
|
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, isUrlRef
asConstant, asDynamic, isConstant, isDynamic
getAllByName, getOneByName
public List<CsdlAnnotation> getAnnotations()
CsdlAnnotatable
getAnnotations
in interface CsdlAnnotatable
public 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–2018 The Apache Software Foundation. All rights reserved.