public static class MetadataResource.MetadataEntry extends Object
Constructor and Description |
---|
MetadataEntry()
Default constructor required by JAXB.
|
MetadataEntry(String key,
List<String> values)
Constructor that creates a metadata entry using the supplied key and list
of values.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Gets the key for the metadata entry.
|
List<String> |
getValues()
Gets the value(s) for the metadata entry
|
Copyright © 1999–2017 Apache OODT. All rights reserved.