Interface EdmComplexType

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

public interface EdmComplexType extends EdmStructuralType

A CSDL ComplexType element.

EdmComplexType holds a set of related information like EdmSimpleType properties and EdmComplexType properties.