net.sf.jpkgmk.util
Class StringUtil.KeyValuePair
java.lang.Object
net.sf.jpkgmk.util.StringUtil.KeyValuePair
- Enclosing class:
- StringUtil
public static class StringUtil.KeyValuePair
- extends java.lang.Object
Simple object associating a key with a value
Field Summary |
static java.lang.String |
ASSIGNMENT_CHAR
Constant for the '=' character |
Method Summary |
java.lang.String |
getKey()
|
java.lang.String |
getValue()
|
void |
setKey(java.lang.String key)
|
void |
setValue(java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASSIGNMENT_CHAR
public static final java.lang.String ASSIGNMENT_CHAR
- Constant for the '=' character
- See Also:
- Constant Field Values
StringUtil.KeyValuePair
public StringUtil.KeyValuePair(java.lang.String key,
java.lang.String value)
- Parameters:
key
- Key must not be nullvalue
- value can be null
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
Copyright © 2007-2008. All Rights Reserved.