cz.cuni.mff.mirovsky.properties
Interface Item

All Known Implementing Classes:
PropertiesSection, Property

public interface Item

Class Item keeps properties of an item - a name, a value, a comment.


Method Summary
 java.lang.String getComment()
          Gets the comment of the item
 java.lang.String getName()
          Gets the name of the item
 java.lang.String getValue()
          Gets the value of the item
 

Method Detail

getName

java.lang.String getName()
Gets the name of the item


getComment

java.lang.String getComment()
Gets the comment of the item


getValue

java.lang.String getValue()
Gets the value of the item