cz.cuni.amis.utils
Class IniFile.SectionEntryComment
java.lang.Object
cz.cuni.amis.utils.IniFile.SectionEntry
cz.cuni.amis.utils.IniFile.SectionEntryComment
- Enclosing class:
- IniFile
public static class IniFile.SectionEntryComment
- extends IniFile.SectionEntry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IniFile.SectionEntryComment
public IniFile.SectionEntryComment(int sectionEntryIndex,
String text,
String comment)
getComment
public String getComment()
setComment
public void setComment(String comment)
getText
public String getText()
setText
public void setText(String text)
getIniFileLine
public String getIniFileLine()
- Specified by:
getIniFileLine
in class IniFile.SectionEntry
getKey
public String getKey()
- Specified by:
getKey
in class IniFile.SectionEntry
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.