Interface EdmTyped

All Known Subinterfaces:
EdmElement, EdmNavigationProperty, EdmParameter, EdmProperty, EdmReturnType

public interface EdmTyped
EdmTyped indicates if an EDM element is of a special type and holds the multiplicity of that type.
  • Method Summary

    Modifier and Type
    Method
    Description
    See EdmType for more information about possible types.
    boolean
     
  • Method Details

    • getType

      EdmType getType()
      See EdmType for more information about possible types.
      Returns:
      EdmType
    • isCollection

      boolean isCollection()
      Returns:
      true if this typed element is a collection