public class StringProperty extends Object implements Serializable, Map.Entry<String,String>
Modifier | Constructor and Description |
---|---|
protected |
StringProperty()
Creates new instance.
|
|
StringProperty(String key,
String value)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Returns the key.
|
String |
getValue()
Returns the value.
|
void |
setKey(String key)
Sets the key.
|
String |
setValue(String value)
Sets the value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
protected StringProperty()
public StringProperty(String key, String value)
key
- value
- NullPointerException
- if the key
is nullCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.