Package org.apache.olingo.odata2.api.edm
Interface EdmComplexType
-
- All Superinterfaces:
EdmAnnotatable,EdmMappable,EdmNamed,EdmStructuralType,EdmType
public interface EdmComplexType extends EdmStructuralType
A CSDL ComplexType element.
EdmComplexType holds a set of related information like
EdmSimpleTypeproperties and EdmComplexType properties. @org.apache.olingo.odata2.DoNotImplement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdmComplexTypegetBaseType()Base types are described in the OData protocol specification.-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotations
-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmMappable
getMapping
-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmStructuralType
getProperty, getPropertyNames
-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmType
getKind, getNamespace
-
-
-
-
Method Detail
-
getBaseType
EdmComplexType getBaseType() throws EdmException
Description copied from interface:EdmStructuralTypeBase types are described in the OData protocol specification.- Specified by:
getBaseTypein interfaceEdmStructuralType- Returns:
EdmStructuralType- Throws:
EdmException- Caso ocorra uma exceção EDM
-
-