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, getAnnotationsTargetTypegetAnnotation, getAnnotationsString getNamespace()
FullQualifiedName getFullQualifiedName()
boolean isDefault()
EdmSingleton getSingleton(String name)
name - EdmSingletonEdmEntitySet getEntitySet(String name)
name - EdmEntitySetEdmActionImport getActionImport(String name)
name - EdmActionImportEdmFunctionImport getFunctionImport(String name)
name - EdmFunctionImportList<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–2014 The Apache Software Foundation. All rights reserved.