public interface XMLMetadata
| Modifier and Type | Method and Description |
|---|---|
String |
getEdmVersion() |
List<Reference> |
getReferences() |
org.apache.olingo.commons.api.edm.provider.CsdlSchema |
getSchema(int index)
Returns the Schema at the specified position in the EdM metadata document.
|
org.apache.olingo.commons.api.edm.provider.CsdlSchema |
getSchema(String key)
Returns the Schema with the specified key (namespace or alias) in the EdM metadata document.
|
Map<String,org.apache.olingo.commons.api.edm.provider.CsdlSchema> |
getSchemaByNsOrAlias() |
List<List<String>> |
getSchemaNamespaces() |
List<org.apache.olingo.commons.api.edm.provider.CsdlSchema> |
getSchemas()
Returns all Schema objects defined in the EdM metadata document.
|
org.apache.olingo.commons.api.edm.provider.CsdlSchema getSchema(int index)
index - index of the Schema to returnorg.apache.olingo.commons.api.edm.provider.CsdlSchema getSchema(String key)
key - namespace or aliasList<org.apache.olingo.commons.api.edm.provider.CsdlSchema> getSchemas()
Map<String,org.apache.olingo.commons.api.edm.provider.CsdlSchema> getSchemaByNsOrAlias()
String getEdmVersion()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.