public interface EdmSchema
Modifier and Type | Method and Description |
---|---|
String |
getAlias() |
List<EdmAnnotationAttribute> |
getAnnotationAttributes() |
List<EdmAnnotationElement> |
getAnnotationElements() |
List<EdmAssociation> |
getAssociations() |
List<EdmComplexType> |
getComplexTypes() |
List<EdmEntityContainer> |
getEntityContainers() |
List<EdmEntityType> |
getEntityTypes() |
String |
getNamespace() |
List<EdmUsing> |
getUsings() |
List<EdmEntityType> getEntityTypes()
EntityType
> of this EdmSchema
List<EdmComplexType> getComplexTypes()
ComplexType
> of this EdmSchema
List<EdmAssociation> getAssociations()
Association
> of this EdmSchema
List<EdmEntityContainer> getEntityContainers()
EntityContainer
> of this EdmSchema
List<EdmAnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute
annotation attributesList<EdmAnnotationElement> getAnnotationElements()
AnnotationElement
annotation elementsCopyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.