Class EdmSingletonImpl
java.lang.Object
org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
org.apache.olingo.commons.core.edm.AbstractEdmNamed
org.apache.olingo.commons.core.edm.AbstractEdmBindingTarget
org.apache.olingo.commons.core.edm.EdmSingletonImpl
- All Implemented Interfaces:
EdmAnnotatable,EdmBindingTarget,EdmMappable,EdmNamed,EdmSingleton
-
Field Summary
Fields inherited from class org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
edm -
Constructor Summary
ConstructorsConstructorDescriptionEdmSingletonImpl(Edm edm, EdmEntityContainer container, CsdlSingleton singleton) -
Method Summary
Methods inherited from class org.apache.olingo.commons.core.edm.AbstractEdmBindingTarget
getEntityContainer, getEntityType, getEntityTypeWithAnnotations, getMapping, getNavigationPropertyBindings, getRelatedBindingTarget, getTitleMethods inherited from class org.apache.olingo.commons.core.edm.AbstractEdmNamed
getName, toStringMethods inherited from class org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
getAnnotation, getAnnotationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.olingo.commons.api.edm.EdmAnnotatable
getAnnotation, getAnnotationsMethods inherited from interface org.apache.olingo.commons.api.edm.EdmBindingTarget
getEntityContainer, getEntityType, getEntityTypeWithAnnotations, getNavigationPropertyBindings, getRelatedBindingTarget, getTitleMethods inherited from interface org.apache.olingo.commons.api.edm.EdmMappable
getMapping
-
Constructor Details
-
EdmSingletonImpl
-