public class CsdlIsOf extends CsdlDynamicExpression implements CsdlAnnotatable
| Constructor and Description | 
|---|
| CsdlIsOf() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| 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 | 
| int | hashCode() | 
| 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, isUrlRefasConstant, asDynamic, isConstant, isDynamicgetAllByName, getOneByNamepublic List<CsdlAnnotation> getAnnotations()
CsdlAnnotatablegetAnnotations in interface CsdlAnnotatablepublic 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–2023 The Apache Software Foundation. All rights reserved.