public class PropertyImpl extends RelationImpl<String,String> implements Property
Property interface.toProperty| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyImpl.PropertyBuilderImpl
Implementation of the
PropertyBuilder interface. |
RelationImpl.RelationBuilderImpl<K,V>Property.PropertyBuilderRelation.RelationBuilder<K,V>_key, _value| Modifier | Constructor and Description |
|---|---|
protected |
PropertyImpl()
Instantiates a new property impl.
|
|
PropertyImpl(String aTupel)
Initializes the
PropertyImpl with the given values. |
|
PropertyImpl(String aTupel,
char aTupelDelimeter)
Initializes the
PropertyImpl with the given values. |
|
PropertyImpl(String aKey,
String aValue)
Initializes the
PropertyImpl with the given values. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getKey, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoPropertyprotected PropertyImpl()
public PropertyImpl(String aKey, String aValue)
PropertyImpl with the given values.aKey - The according key to set.aValue - The according value to set.public PropertyImpl(String aTupel)
PropertyImpl with the given values.aTupel - A tupel is a key and a value with the assignment operator
"=" inbetween, e.g. "a=5" (the key would be a, the value would be
5).public PropertyImpl(String aTupel, char aTupelDelimeter)
PropertyImpl with the given values.aTupel - A tupel is a key and a value with the assignment operator
"=" inbetween, e.g. "a=5" (the key would be a, the value would be
5).aTupelDelimeter - The delimiter to be used for dividing the
key/value-pair.public String toString()
toString in class RelationImpl<String,String>Copyright © 2017. All rights reserved.