Last update: 2011-06-23

org.proteios.io
Interface StringPairInterface

All Known Implementing Classes:
StringPair

public interface StringPairInterface

This interface defines methods to access a name/value pair of strings.

Author:
olle

Method Summary
 String getName()
          Get the name.
 String getValue()
          Get the value.
 

Method Detail

getName

String getName()
Get the name.

Returns:
String The name.

getValue

String getValue()
Get the value.

Returns:
String The value.

Last update: 2011-06-23