public static class MetadataModel.SectionEntry extends Object
Modifier and Type | Field and Description |
---|---|
private String |
key |
private String |
value |
private String[] |
values |
Constructor and Description |
---|
MetadataModel.SectionEntry(String key,
String... values)
Create a new section entry with an array of values.
|
MetadataModel.SectionEntry(String key,
String value)
Create a new single-valued section entry.
|
public MetadataModel.SectionEntry(String key, String value)
key
- The key of the entryvalue
- The value of the entrypublic String getKey()
public int getValueCount()
public String getValue()
public String[] getValues()