|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.util.bfs.MetadataModel.SectionEntry
public static class MetadataModel.SectionEntry
Holds information about a section entry.
Field Summary | |
---|---|
private String |
key
|
private String |
value
|
private String[] |
values
|
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
String |
getKey()
Get the key of the entry. |
String |
getValue()
Get the value of the entry. |
int |
getValueCount()
Get the number of values in the entry. |
String[] |
getValues()
Get all values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String key
private String[] values
private String value
Constructor Detail |
---|
public MetadataModel.SectionEntry(String key, String value)
key
- The key of the entryvalue
- The value of the entrypublic MetadataModel.SectionEntry(String key, String... values)
key
- The key of the entryvalues
- An array with the valuesMethod Detail |
---|
public String getKey()
public int getValueCount()
public String getValue()
public String[] getValues()
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |