cz.cuni.amis.utils
Class IniFile.SectionEntryKeyValue

Package class diagram package IniFile.SectionEntryKeyValue
java.lang.Object
  extended by cz.cuni.amis.utils.IniFile.SectionEntry
      extended by cz.cuni.amis.utils.IniFile.SectionEntryKeyValue
Enclosing class:
IniFile

public static class IniFile.SectionEntryKeyValue
extends IniFile.SectionEntry


Constructor Summary
IniFile.SectionEntryKeyValue(int sectionEntryIndex, String key, String value, String comment)
           
 
Method Summary
 String getComment()
           
 String getIniFileLine()
           
 String getKey()
           
 String getValue()
           
 void setComment(String comment)
           
 void setValue(String value)
           
 
Methods inherited from class cz.cuni.amis.utils.IniFile.SectionEntry
getSectionEntryIndex, setSectionEntryIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IniFile.SectionEntryKeyValue

public IniFile.SectionEntryKeyValue(int sectionEntryIndex,
                                    String key,
                                    String value,
                                    String comment)
Method Detail

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 © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.