|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KvpIfc
Defines a key value pair.
Modifications:
$Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
$Revision: 479 $
$Author: sfloess $
$HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/kvp/KvpIfc.java $
| Method Summary | |
|---|---|
java.lang.String |
getKey()
Returns the key. |
java.lang.String |
getValue()
Returns the value. |
void |
setKey(java.lang.String key)
Sets the key. |
void |
setValue(java.lang.String value)
Sets the value. |
| Methods inherited from interface org.jplate.foundation.FormattableIfc |
|---|
toString |
| Method Detail |
|---|
java.lang.String getKey()
void setKey(java.lang.String key)
key - The new key.java.lang.String getValue()
void setValue(java.lang.String value)
value - The new value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||