| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataResource.MetadataEntry
Represents a metadata keyval entry.
|
| Constructor and Description |
|---|
MetadataResource()
Default constructor required by JAXB.
|
MetadataResource(Metadata metadata)
Constructor that sets the metadata for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
Metadata |
getMetadata()
Gets the metadata.
|
List<MetadataResource.MetadataEntry> |
getMetadataEntries()
Gets a map of metadata keys and values.
|
public MetadataResource()
public MetadataResource(Metadata metadata)
metadata - the metadata for the resourcepublic Metadata getMetadata()
public List<MetadataResource.MetadataEntry> getMetadataEntries()
Copyright © 1999–2017 Apache OODT. All rights reserved.