com.plumtree.openfoundation.util
Interface IXPDictionaryEntry


public interface IXPDictionaryEntry

Defines a dictionary key-and-value pair that can be set or retrieved.


Method Summary
 java.lang.Object GetKey()
          Gets the key in the key-and-value pair.
 java.lang.Object GetValue()
          Gets the value in the key-and-value pair.
 

Method Detail

GetKey

java.lang.Object GetKey()
Gets the key in the key-and-value pair.

Returns:
key value.

GetValue

java.lang.Object GetValue()
Gets the value in the key-and-value pair.

Returns:
returns the value.


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.