org.kuali.rice.core.api.util
Interface KeyValue

All Superinterfaces:
Serializable
All Known Subinterfaces:
RouteNodeConfigurationParameterContract
All Known Implementing Classes:
AbstractKeyValue, BranchState, ConcreteKeyValue, KeyMessage, KeyValueSort, NodeState, RouteNodeConfigParam, RouteNodeConfigurationParameter, RouteNodeConfigurationParameter.Builder, State, UifKeyValue

public interface KeyValue
extends Serializable

Generic interface for KeyValue pairs of Strings.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String getKey()
           
 String getValue()
           
 

Method Detail

getKey

String getKey()

getValue

String getValue()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.