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