public interface EdmSchema extends EdmAnnotatable
Modifier and Type | Method and Description |
---|---|
List<EdmAction> |
getActions() |
String |
getAlias() |
List<EdmAnnotations> |
getAnnotationGroups() |
List<EdmComplexType> |
getComplexTypes() |
EdmEntityContainer |
getEntityContainer() |
List<EdmEntityType> |
getEntityTypes() |
List<EdmEnumType> |
getEnumTypes() |
List<EdmFunction> |
getFunctions() |
String |
getNamespace() |
List<EdmTerm> |
getTerms() |
List<EdmTypeDefinition> |
getTypeDefinitions() |
getAnnotation, getAnnotations
String getNamespace()
String getAlias()
List<EdmEnumType> getEnumTypes()
List<EdmEntityType> getEntityTypes()
List<EdmComplexType> getComplexTypes()
List<EdmFunction> getFunctions()
List<EdmTypeDefinition> getTypeDefinitions()
EdmTypeDefinition
for this schema.List<EdmAnnotations> getAnnotationGroups()
EdmAnnotations
for this schema.EdmEntityContainer getEntityContainer()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.