cz.cuni.amis.utils
Class IniFile.SectionEntryKeyValue
java.lang.Object
cz.cuni.amis.utils.IniFile.SectionEntry
cz.cuni.amis.utils.IniFile.SectionEntryKeyValue
- Enclosing class:
- IniFile
public static class IniFile.SectionEntryKeyValue
- extends IniFile.SectionEntry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IniFile.SectionEntryKeyValue
public IniFile.SectionEntryKeyValue(int sectionEntryIndex,
String key,
String value,
String comment)
IniFile.SectionEntryKeyValue
public IniFile.SectionEntryKeyValue(int sectionEntryIndex,
String key,
List<String> values,
String comment)
getKey
public String getKey()
- Specified by:
getKey
in class IniFile.SectionEntry
getValue
public String getValue()
getValues
public List<String> getValues()
addValue
public void addValue(String value)
setValue
public void setValue(String value)
getComment
public String getComment()
setComment
public void setComment(String comment)
getIniFileLines
public String getIniFileLines()
- Specified by:
getIniFileLines
in class IniFile.SectionEntry
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.