org.refcodes.mixin.KeyAccessor<String>
, org.refcodes.mixin.KeyAccessor.KeyBuilder<String,String>
, org.refcodes.mixin.KeyAccessor.KeyMutator<String>
, org.refcodes.mixin.KeyAccessor.KeyProperty<String>
, org.refcodes.mixin.ValueAccessor<String>
, org.refcodes.mixin.ValueAccessor.ValueBuilder<String,String>
, org.refcodes.mixin.ValueAccessor.ValueMutator<String>
, org.refcodes.mixin.ValueAccessor.ValueProperty<String>
, Property
, Property.PropertyBuilder
, Relation<String,String>
, Relation.RelationBuilder<String,String>
public static class PropertyImpl.PropertyBuilderImpl extends PropertyImpl implements Property.PropertyBuilder
Property.PropertyBuilder
interface.org.refcodes.mixin.KeyAccessor.KeyBuilder<K extends Object,B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K,B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K extends Object>, org.refcodes.mixin.KeyAccessor.KeyProperty<K extends Object>
Property.PropertyBuilder
PropertyImpl.PropertyBuilderImpl
Relation.RelationBuilder<K,V>
RelationImpl.RelationBuilderImpl<K,V>
org.refcodes.mixin.ValueAccessor.ValueBuilder<V extends Object,B extends org.refcodes.mixin.ValueAccessor.ValueBuilder<V,B>>, org.refcodes.mixin.ValueAccessor.ValueMutator<V extends Object>, org.refcodes.mixin.ValueAccessor.ValueProperty<V extends Object>
_key, _value
Constructor | Description |
---|---|
PropertyBuilderImpl() |
Use the builder methods or the bean attributes to set the key and the
value.
|
PropertyBuilderImpl(String aTupel) |
Initializes the
PropertyImpl.PropertyBuilderImpl with the given values. |
PropertyBuilderImpl(String aTupel,
char aTupelDelimeter) |
Initializes the
PropertyImpl.PropertyBuilderImpl with the given values. |
PropertyBuilderImpl(String aKey,
String aValue) |
Initializes the
PropertyImpl.PropertyBuilderImpl with the given values. |
Modifier and Type | Method | Description |
---|---|---|
void |
setKey(String aKey) |
Sets the key.
|
void |
setValue(String aValue) |
Sets the value.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toProperty
withKey, withValue
getKey, getValue
public PropertyBuilderImpl()
public PropertyBuilderImpl(String aTupel, char aTupelDelimeter)
PropertyImpl.PropertyBuilderImpl
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 PropertyBuilderImpl(String aKey, String aValue)
PropertyImpl.PropertyBuilderImpl
with the given values.aKey
- The according key to set.aValue
- The according value to set.public PropertyBuilderImpl(String aTupel)
PropertyImpl.PropertyBuilderImpl
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 String toString()
RelationImpl
toString
in class RelationImpl<String,String>
public void setKey(String aKey)
setKey
in interface org.refcodes.mixin.KeyAccessor.KeyMutator<String>
aKey
- the new keyCopyright © 2018. All rights reserved.