Interface XMLMetadata
public interface XMLMetadata
Entry point for access information about EDM metadata.
-
Method Summary
Modifier and TypeMethodDescriptiongetSchema
(int index) Returns the Schema at the specified position in the EdM metadata document.Returns the Schema with the specified key (namespace or alias) in the EdM metadata document.Returns all Schema objects defined in the EdM metadata document.
-
Method Details
-
getSchema
Returns the Schema at the specified position in the EdM metadata document.- Parameters:
index
- index of the Schema to return- Returns:
- the Schema at the specified position in the EdM metadata document
-
getSchema
Returns the Schema with the specified key (namespace or alias) in the EdM metadata document.- Parameters:
key
- namespace or alias- Returns:
- the Schema with the specified key in the EdM metadata document
-
getSchemas
List<CsdlSchema> getSchemas()Returns all Schema objects defined in the EdM metadata document.- Returns:
- all Schema objects defined in the EdM metadata document
-
getSchemaByNsOrAlias
Map<String,CsdlSchema> getSchemaByNsOrAlias() -
getReferences
-
getSchemaNamespaces
-
getEdmVersion
String getEdmVersion()
-