All Superinterfaces:
EdmAnnotatable, EdmDynamicExpression, EdmExpression

public interface EdmIsOf extends EdmDynamicExpression, EdmAnnotatable
The edm:IsOf expression evaluates a child expression and returns a Boolean value indicating whether the child expression returns the specified type
  • Method Details

    • getMaxLength

      Integer getMaxLength()
      Facet MaxLength
      Returns:
      fact MaxLength
    • getPrecision

      Integer getPrecision()
      Facet Precision
      Returns:
      fact Precision
    • getScale

      Integer getScale()
      Facet Scale
      Returns:
      facet Scale
    • getSrid

      SRID getSrid()
      Facet SRID
      Returns:
      facet SRID
    • getType

      EdmType getType()
      The type which is checked again the child expression
      Returns:
      EdmType
    • getValue

      EdmExpression getValue()
      Returns true if the child expression returns the specified typed
      Returns:
      Returns true if the child expression returns the specified typed