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
-
Field Summary
Fields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmStructuralTypeImplProv
edmBaseType, edmProperties, namespace, structuralTypeFields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
edm -
Constructor Summary
ConstructorsConstructorDescriptionEdmComplexTypeImplProv(EdmImplProv edm, ComplexType complexType, String namespace) -
Method Summary
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmStructuralTypeImplProv
createProperty, getAnnotations, getKind, getMapping, getNamespace, getProperty, getPropertyInternal, getPropertyNames, toStringMethods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
-
Constructor Details
-
EdmComplexTypeImplProv
public EdmComplexTypeImplProv(EdmImplProv edm, ComplexType complexType, String namespace) throws EdmException - Throws:
EdmException
-
-
Method Details
-
getBaseType
- Specified by:
getBaseTypein interfaceEdmComplexType- Specified by:
getBaseTypein interfaceEdmStructuralType- Overrides:
getBaseTypein classEdmStructuralTypeImplProv- Throws:
EdmException
-