public static class IniFile.SectionEntryKeyValue extends IniFile.SectionEntry
| Constructor and Description |
|---|
SectionEntryKeyValue(int sectionEntryIndex,
String key,
List<String> values,
String comment) |
SectionEntryKeyValue(int sectionEntryIndex,
String key,
String value,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(String value) |
String |
getComment() |
String |
getIniFileLines() |
String |
getKey() |
String |
getValue() |
List<String> |
getValues() |
void |
setComment(String comment) |
void |
setValue(String value) |
getSectionEntryIndex, setSectionEntryIndexpublic SectionEntryKeyValue(int sectionEntryIndex,
String key,
String value,
String comment)
public String getKey()
getKey in class IniFile.SectionEntrypublic String getValue()
public void addValue(String value)
public void setValue(String value)
public String getComment()
public void setComment(String comment)
public String getIniFileLines()
getIniFileLines in class IniFile.SectionEntryCopyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.