Package org.apache.olingo.odata2.api.edm
Interface EdmComplexType
- All Superinterfaces:
EdmAnnotatable,EdmMappable,EdmNamed,EdmStructuralType,EdmType
- All Known Implementing Classes:
EdmComplexTypeImplProv
A CSDL ComplexType element.
EdmComplexType holds a set of related information like EdmSimpleType properties and EdmComplexType
properties.
-
Method Summary
Modifier and TypeMethodDescriptionBase types are described in the OData protocol specification.Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotationsMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmMappable
getMappingMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmStructuralType
getProperty, getPropertyNamesMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmType
getKind, getNamespace
-
Method Details
-
getBaseType
Description copied from interface:EdmStructuralTypeBase types are described in the OData protocol specification.- Specified by:
getBaseTypein interfaceEdmStructuralType- Returns:
EdmStructuralType- Throws:
EdmException
-