cz.cuni.amis.utils
Class IniFile.SectionEntry
java.lang.Object
cz.cuni.amis.utils.IniFile.SectionEntry
- Direct Known Subclasses:
- IniFile.SectionEntryComment, IniFile.SectionEntryKeyValue
- Enclosing class:
- IniFile
public abstract static class IniFile.SectionEntry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IniFile.SectionEntry
public IniFile.SectionEntry(int sectionEntryIndex)
getSectionEntryIndex
public int getSectionEntryIndex()
setSectionEntryIndex
protected void setSectionEntryIndex(int sectionEntryIndex)
getIniFileLine
public abstract String getIniFileLine()
getKey
public abstract String getKey()
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.