public interface XMLMetadata extends XMLMetadata
| Modifier and Type | Method and Description |
|---|---|
List<Reference> |
getReferences() |
Schema |
getSchema(int index)
Returns the Schema at the specified position in the EdM metadata document.
|
Schema |
getSchema(String key)
Returns the Schema with the specified key (namespace or alias) in the EdM metadata document.
|
List<Schema> |
getSchemas()
Returns all Schema objects defined in the EdM metadata document.
|
getSchemaByNsOrAliasList<Schema> getSchemas()
XMLMetadatagetSchemas in interface XMLMetadataSchema getSchema(int index)
XMLMetadatagetSchema in interface XMLMetadataindex - index of the Schema to returnSchema getSchema(String key)
XMLMetadatagetSchema in interface XMLMetadatakey - namespace or aliasCopyright © 2013–2014 The Apache Software Foundation. All rights reserved.