public interface EdmServiceMetadata
Modifier and Type | Method and Description |
---|---|
String |
getDataServiceVersion() |
List<EdmEntitySetInfo> |
getEntitySetInfos() |
InputStream |
getMetadata() |
InputStream getMetadata() throws ODataException
InputStream
containing the metadata documentODataException
String getDataServiceVersion() throws ODataException
ODataException
List<EdmEntitySetInfo> getEntitySetInfos() throws ODataException
EdmEntitySetInfo
objects of all entity sets in this data modelODataException
Copyright © 2013-2017 The Apache Software Foundation. All Rights Reserved.