public interface EdmBindingTarget extends EdmNamed, EdmAnnotatable, EdmMappable
EdmBindingTarget can either be an EdmEntitySet or an EdmSingleton.| Modifier and Type | Method and Description | 
|---|---|
| EdmEntityContainer | getEntityContainer()Returns the entity container this target is contained in. | 
| EdmEntityType | getEntityType()Get the entity type. | 
| EdmEntityType | getEntityTypeWithAnnotations()Get the entity type with annotations defined in external file. | 
| List<EdmNavigationPropertyBinding> | getNavigationPropertyBindings() | 
| EdmBindingTarget | getRelatedBindingTarget(String path)Returns the target for a given path. | 
| String | getTitle()Returns a human readable title or null if not set. | 
getAnnotation, getAnnotationsgetMappingString getTitle()
EdmBindingTarget getRelatedBindingTarget(String path)
path - path for which the target is returnedEdmBindingTargetList<EdmNavigationPropertyBinding> getNavigationPropertyBindings()
EdmEntityContainer getEntityContainer()
EdmEntityContainerEdmEntityType getEntityType()
EdmEntityTypeEdmEntityType getEntityTypeWithAnnotations()
EdmEntityTypeCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.