public class ODataServiceDocument extends Object
Constructor and Description |
---|
ODataServiceDocument() |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getEntitySetNames()
Gets entity set names.
|
Map<String,URI> |
getEntitySets() |
URI |
getEntitySetURI(String name)
Gets URI about the given entity set.
|
Collection<URI> |
getEntitySetURIs()
Gets entity set URIs.
|
Collection<String> |
getFunctionImportNames()
Gets function import names.
|
Map<String,URI> |
getFunctionImports() |
URI |
getFunctionImportURI(String name)
Gets URI of the given function import.
|
Collection<URI> |
getFunctionImportURIs()
Gets function import URIs.
|
Map<String,URI> |
getRelatedServiceDocuments() |
Collection<String> |
getRelatedServiceDocumentsNames()
Gets related service documents names.
|
Collection<URI> |
getRelatedServiceDocumentsURIs()
Gets related service documents URIs.
|
URI |
getRelatedServiceDocumentURI(String name)
Gets URI of the given related service documents.
|
Collection<String> |
getSingletonNames()
Gets singleton names.
|
Map<String,URI> |
getSingletons() |
URI |
getSingletonURI(String name)
Gets URI of the given singleton.
|
Collection<URI> |
getSingletonURIs()
Gets singleton URIs.
|
public Collection<String> getEntitySetNames()
public Collection<URI> getEntitySetURIs()
public URI getEntitySetURI(String name)
name
- name.public Collection<String> getFunctionImportNames()
public Collection<URI> getFunctionImportURIs()
public URI getFunctionImportURI(String name)
name
- name.public Collection<String> getSingletonNames()
public Collection<URI> getSingletonURIs()
public URI getSingletonURI(String name)
name
- name.public Collection<String> getRelatedServiceDocumentsNames()
public Collection<URI> getRelatedServiceDocumentsURIs()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.