com.bowstreet.util
Interface NameValuePair

All Known Implementing Classes:
SimpleNameValuePair

public interface NameValuePair

Class for holding a name/value pair.


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

Method Detail

getName

java.lang.String getName()
Get the name

Returns:
Name

getValue

java.lang.Object getValue()
Get the Object value

Returns:
Value


Copyright © 2009 IBM. All Rights Reserved.