cz.cuni.amis.utils
Class IniFile.SectionEntry

Package class diagram package IniFile.SectionEntry
java.lang.Object
  extended by cz.cuni.amis.utils.IniFile.SectionEntry
Direct Known Subclasses:
IniFile.SectionEntryComment, IniFile.SectionEntryKeyValue
Enclosing class:
IniFile

public abstract static class IniFile.SectionEntry
extends Object


Constructor Summary
IniFile.SectionEntry(int sectionEntryIndex)
           
 
Method Summary
abstract  String getIniFileLine()
           
abstract  String getKey()
           
 int getSectionEntryIndex()
           
protected  void setSectionEntryIndex(int sectionEntryIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IniFile.SectionEntry

public IniFile.SectionEntry(int sectionEntryIndex)
Method Detail

getSectionEntryIndex

public int getSectionEntryIndex()

setSectionEntryIndex

protected void setSectionEntryIndex(int sectionEntryIndex)

getIniFileLine

public abstract String getIniFileLine()

getKey

public abstract String getKey()


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.