Interface EdmParameter

All Superinterfaces:
EdmAnnotatable, EdmElement, EdmMappable, EdmNamed, EdmTyped

public interface EdmParameter extends EdmElement, EdmMappable, EdmAnnotatable
A CSDL parameter element
  • Method Details

    • isNullable

      boolean isNullable()
      Returns:
      true if nullable or not specified
    • getMaxLength

      Integer getMaxLength()
      Returns:
      the maximum length as an Integer or null if not specified
    • getPrecision

      Integer getPrecision()
      Returns:
      the precision as an Integer or null if not specified
    • getScale

      Integer getScale()
      Returns:
      the scale as an Integer or null if not specified
    • getSrid

      SRID getSrid()
      Returns:
      a non-negative integer or the special value variable