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.
|
getSchemaByNsOrAlias
List<Schema> getSchemas()
XMLMetadata
getSchemas
in interface XMLMetadata
Schema getSchema(int index)
XMLMetadata
getSchema
in interface XMLMetadata
index
- index of the Schema to returnSchema getSchema(String key)
XMLMetadata
getSchema
in interface XMLMetadata
key
- namespace or aliasCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.