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)
getKey
public String getKey()
- Specified by:
getKey
in class IniFile.SectionEntry
getValue
public String getValue()
setValue
public void setValue(String value)
getComment
public String getComment()
setComment
public void setComment(String comment)
getIniFileLine
public String getIniFileLine()
- Specified by:
getIniFileLine
in class IniFile.SectionEntry
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.