public interface EdmEntityContainer extends EdmNamed, EdmAnnotationsTarget, EdmAnnotatable
EdmAnnotationsTarget.TargetType
Modifier and Type | Method and Description |
---|---|
EdmActionImport |
getActionImport(String name)
Get contained ActionImport by name.
|
List<EdmActionImport> |
getActionImports()
This method DOES NOT support lazy loading
|
EdmEntitySet |
getEntitySet(String name)
Get contained EntitySet by name.
|
List<EdmEntitySet> |
getEntitySets()
This method DOES NOT support lazy loading
|
FullQualifiedName |
getFullQualifiedName() |
EdmFunctionImport |
getFunctionImport(String name)
Get contained FunctionImport by name.
|
List<EdmFunctionImport> |
getFunctionImports()
This method DOES NOT support lazy loading
|
String |
getNamespace() |
FullQualifiedName |
getParentContainerName() |
EdmSingleton |
getSingleton(String name)
Get contained Singleton by name.
|
List<EdmSingleton> |
getSingletons()
This method DOES NOT support lazy loading
|
boolean |
isDefault()
Returns whether this container is the default container in the current schema.
|
getAnnotationsTargetFQN, getAnnotationsTargetPath, getAnnotationsTargetType
getAnnotation, getAnnotations
String getNamespace()
FullQualifiedName getFullQualifiedName()
boolean isDefault()
EdmSingleton getSingleton(String name)
name
- EdmSingleton
EdmEntitySet getEntitySet(String name)
name
- EdmEntitySet
EdmActionImport getActionImport(String name)
name
- EdmActionImport
EdmFunctionImport getFunctionImport(String name)
name
- EdmFunctionImport
List<EdmEntitySet> getEntitySets()
List<EdmFunctionImport> getFunctionImports()
List<EdmSingleton> getSingletons()
List<EdmActionImport> getActionImports()
FullQualifiedName getParentContainerName()
FullQualifiedName
of the parentContainer or null if no parent is specifiedCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.