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