Interface EdmEntityType

All Superinterfaces:
EdmAnnotatable, EdmMappable, EdmNamed, EdmStructuralType, EdmType
All Known Implementing Classes:
EdmEntityTypeImplProv

public interface EdmEntityType extends EdmStructuralType

A CSDL EntityType element.

EdmEntityType holds a set of related information like EdmSimpleType properties and EdmComplexType properties and in addition to a complex type it provides information about key properties, customizable feed mappings and navigation properties.