public class CsdlIsOf extends CsdlDynamicExpression implements CsdlAnnotatable
Constructor and Description |
---|
CsdlIsOf() |
Modifier and Type | Method and Description |
---|---|
List<CsdlAnnotation> |
getAnnotations()
Returns a list of annotations
|
Integer |
getMaxLength()
Facet MaxLength
|
Integer |
getPrecision()
Facet Precision
|
Integer |
getScale()
Facet Scale
|
SRID |
getSrid()
Facet SRID
|
String |
getType()
The type which is checked again the child expression
|
CsdlExpression |
getValue()
Returns the child expression
|
CsdlIsOf |
setAnnotations(List<CsdlAnnotation> annotations) |
CsdlIsOf |
setMaxLength(Integer maxLength) |
CsdlIsOf |
setPrecision(Integer precision) |
CsdlIsOf |
setScale(Integer scale) |
CsdlIsOf |
setSrid(SRID srid) |
CsdlIsOf |
setType(String type) |
CsdlIsOf |
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 CsdlIsOf setAnnotations(List<CsdlAnnotation> annotations)
public String getType()
public Integer getMaxLength()
public Integer getPrecision()
public Integer getScale()
public SRID getSrid()
public CsdlExpression getValue()
public CsdlIsOf setValue(CsdlExpression value)
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.