Interface EdmTermType

All Superinterfaces:
EdmNamed, EdmType
All Known Implementing Classes:
EdmAnnotationPath, EdmAnyPropertyPath, EdmModelElementPath, EdmNavigationPropertyPath, EdmPropertyPath, SingletonTermType

public interface EdmTermType extends EdmType
  • Field Details

  • Method Details

    • isCompatible

      boolean isCompatible(EdmTermType termType)
      Checks type compatibility.
      Parameters:
      termType - the EdmTermTypeKind to be tested for compatibility
      Returns:
      true if the provided type is compatible to this type