Modifier and Type | Method and Description |
---|---|
EdmAssociationSet |
getAssociationSet(EdmEntitySet sourceEntitySet,
EdmNavigationProperty navigationProperty)
Get contained AssociationSet by providing the source entity set and the navigation property
|
EdmEntitySet |
getEntitySet(String name)
Get contained EntitySet by name
|
EdmFunctionImport |
getFunctionImport(String name)
Get contained FunctionImport by name
|
boolean |
isDefaultEntityContainer() |
boolean isDefaultEntityContainer()
EdmEntitySet getEntitySet(String name) throws EdmException
name
- EdmEntitySet
EdmException
EdmFunctionImport getFunctionImport(String name) throws EdmException
name
- EdmFunctionImport
EdmException
EdmAssociationSet getAssociationSet(EdmEntitySet sourceEntitySet, EdmNavigationProperty navigationProperty) throws EdmException
sourceEntitySet
- of type EdmEntitySet
navigationProperty
- of type EdmNavigationProperty
EdmAssociationSet
EdmException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.