Interface EdmComplexType
- All Superinterfaces:
EdmAnnotatable
,EdmNamed
,EdmStructuredType
,EdmType
A CSDL ComplexType element.
EdmComplexType holds a set of related information like
EdmComplexType holds a set of related information like
EdmPrimitiveType
properties and EdmComplexType
properties.-
Method Summary
Modifier and TypeMethodDescriptionBase types are described in the OData protocol specification.Methods inherited from interface org.apache.olingo.commons.api.edm.EdmAnnotatable
getAnnotation, getAnnotations
Methods inherited from interface org.apache.olingo.commons.api.edm.EdmStructuredType
compatibleTo, getNavigationProperty, getNavigationPropertyNames, getProperty, getPropertyNames, getStructuralProperty, isAbstract, isOpenType
Methods inherited from interface org.apache.olingo.commons.api.edm.EdmType
getFullQualifiedName, getKind, getNamespace
-
Method Details
-
getBaseType
EdmComplexType getBaseType()Description copied from interface:EdmStructuredType
Base types are described in the OData protocol specification.- Specified by:
getBaseType
in interfaceEdmStructuredType
- Returns:
EdmStructuredType
-