Class EdmComplexTypeImplProv
- java.lang.Object
-
- org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
-
- org.apache.olingo.odata2.core.edm.provider.EdmStructuralTypeImplProv
-
- org.apache.olingo.odata2.core.edm.provider.EdmComplexTypeImplProv
-
- All Implemented Interfaces:
EdmAnnotatable,EdmComplexType,EdmMappable,EdmNamed,EdmStructuralType,EdmType
public class EdmComplexTypeImplProv extends EdmStructuralTypeImplProv implements EdmComplexType
-
-
Field Summary
-
Fields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmStructuralTypeImplProv
edmBaseType, edmProperties, namespace, structuralType
-
Fields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
edm
-
-
Constructor Summary
Constructors Constructor Description EdmComplexTypeImplProv(EdmImplProv edm, ComplexType complexType, String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmComplexTypegetBaseType()-
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmStructuralTypeImplProv
createProperty, getAnnotations, getKind, getMapping, getNamespace, getProperty, getPropertyInternal, getPropertyNames, toString
-
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
EdmComplexTypeImplProv
public EdmComplexTypeImplProv(EdmImplProv edm, ComplexType complexType, String namespace) throws EdmException
- Throws:
EdmException
-
-
Method Detail
-
getBaseType
public EdmComplexType getBaseType() throws EdmException
- Specified by:
getBaseTypein interfaceEdmComplexType- Specified by:
getBaseTypein interfaceEdmStructuralType- Overrides:
getBaseTypein classEdmStructuralTypeImplProv- Throws:
EdmException
-
-