public static interface Property.PropertyBuilder extends Property, Relation.RelationBuilder<String,String>
Property.toPropertyProperty.PropertyBuilderRelation.RelationBuilder<K,V>| Modifier and Type | Method and Description |
|---|---|
default Property.PropertyBuilder |
withKey(String aKey)
With key.
|
default Property.PropertyBuilder |
withValue(String aValue)
With value.
|
toPropertydefault Property.PropertyBuilder withKey(String aKey)
withKey in interface org.refcodes.mixin.KeyAccessor.KeyBuilder<String,Relation.RelationBuilder<String,String>>withKey in interface Relation.RelationBuilder<String,String>aKey - the a keydefault Property.PropertyBuilder withValue(String aValue)
withValue in interface Relation.RelationBuilder<String,String>withValue in interface org.refcodes.mixin.ValueAccessor.ValueBuilder<String,Relation.RelationBuilder<String,String>>aValue - the a valueCopyright © 2017. All rights reserved.