Class EdmCastImpl
java.lang.Object
org.apache.olingo.commons.core.edm.annotation.AbstractEdmExpression
org.apache.olingo.commons.core.edm.annotation.AbstractEdmDynamicExpression
org.apache.olingo.commons.core.edm.annotation.AbstractEdmAnnotatableDynamicExpression
org.apache.olingo.commons.core.edm.annotation.EdmCastImpl
- All Implemented Interfaces:
EdmCast,EdmDynamicExpression,EdmExpression,EdmAnnotatable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.olingo.commons.api.edm.annotation.EdmExpression
EdmExpression.EdmExpressionType -
Field Summary
Fields inherited from class org.apache.olingo.commons.core.edm.annotation.AbstractEdmExpression
edm -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSeeEdmExpression.EdmExpressionTypefor details.Returns the facet attribute MaxLengthReturns the facet attribute PrecisiongetScale()Returns the facet attribute ScalegetSrid()Returns the facet attribute SRIDgetType()Value cast togetValue()Cast value of the expressionMethods inherited from class org.apache.olingo.commons.core.edm.annotation.AbstractEdmAnnotatableDynamicExpression
getAnnotation, getAnnotationsMethods inherited from class org.apache.olingo.commons.core.edm.annotation.AbstractEdmDynamicExpression
asAnd, asAnnotationPath, asApply, asCast, asCollection, asEq, asGe, asGt, asIf, asIsOf, asLabeledElement, asLabeledElementReference, asLe, asLt, asNavigationPropertyPath, asNe, asNot, asNull, asOr, asPath, asPropertyPath, asPropertyValue, asRecord, asUrlRef, isAnd, isAnnotationPath, isApply, isCast, isCollection, isEq, isGe, isGt, isIf, isIsOf, isLabeledElement, isLabeledElementReference, isLe, isLt, isNavigationPropertyPath, isNe, isNot, isNull, isOr, isPath, isPropertyPath, isPropertyValue, isRecord, isUrlRefMethods inherited from class org.apache.olingo.commons.core.edm.annotation.AbstractEdmExpression
asConstant, asDynamic, getExpression, getExpressionName, isConstant, isDynamicMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.olingo.commons.api.edm.EdmAnnotatable
getAnnotation, getAnnotationsMethods inherited from interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
asAnd, asAnnotationPath, asApply, asCast, asCollection, asEq, asGe, asGt, asIf, asIsOf, asLabeledElement, asLabeledElementReference, asLe, asLt, asNavigationPropertyPath, asNe, asNot, asNull, asOr, asPath, asPropertyPath, asPropertyValue, asRecord, asUrlRef, isAnd, isAnnotationPath, isApply, isCast, isCollection, isEq, isGe, isGt, isIf, isIsOf, isLabeledElement, isLabeledElementReference, isLe, isLt, isNavigationPropertyPath, isNe, isNot, isNull, isOr, isPath, isPropertyPath, isPropertyValue, isRecord, isUrlRefMethods inherited from interface org.apache.olingo.commons.api.edm.annotation.EdmExpression
asConstant, asDynamic, getExpressionName, isConstant, isDynamic
-
Constructor Details
-
EdmCastImpl
-
-
Method Details
-
getMaxLength
Description copied from interface:EdmCastReturns the facet attribute MaxLength- Specified by:
getMaxLengthin interfaceEdmCast- Returns:
- Returns the facet attribute MaxLength
-
getPrecision
Description copied from interface:EdmCastReturns the facet attribute Precision- Specified by:
getPrecisionin interfaceEdmCast- Returns:
- Returns the facet attribute Precision
-
getScale
Description copied from interface:EdmCastReturns the facet attribute Scale -
getSrid
Description copied from interface:EdmCastReturns the facet attribute SRID -
getType
Description copied from interface:EdmCastValue cast to -
getValue
Description copied from interface:EdmCastCast value of the expression -
getExpressionType
Description copied from interface:EdmExpressionSeeEdmExpression.EdmExpressionTypefor details.- Specified by:
getExpressionTypein interfaceEdmExpression- Returns:
- the type of this expression
-