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.
|
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, getAnnotations
getMapping
String getTitle()
EdmBindingTarget getRelatedBindingTarget(String path)
path
- path for which the target is returnedEdmBindingTarget
List<EdmNavigationPropertyBinding> getNavigationPropertyBindings()
EdmEntityContainer getEntityContainer()
EdmEntityContainer
EdmEntityType getEntityType()
EdmEntityType
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.