Class AttributeImpl.AttributeBuilderImpl

All Implemented Interfaces:
KeyAccessor<String>, KeyAccessor.KeyBuilder<String, Relation.RelationBuilder<String,Object>>, KeyAccessor.KeyMutator<String>, KeyAccessor.KeyProperty<String>, ValueAccessor<Object>, ValueAccessor.ValueBuilder<Object, Relation.RelationBuilder<String,Object>>, ValueAccessor.ValueMutator<Object>, ValueAccessor.ValueProperty<Object>, Attribute, Attribute.AttributeBuilder, Relation<String,Object>, Relation.RelationBuilder<String,Object>
Enclosing class:
AttributeImpl

public static class AttributeImpl.AttributeBuilderImpl extends AttributeImpl implements Attribute.AttributeBuilder
Implementation of the Property.PropertyBuilder interface.
  • Constructor Details

    • AttributeBuilderImpl

      public AttributeBuilderImpl()
      Instantiates a new attribute builder impl.
    • AttributeBuilderImpl

      public AttributeBuilderImpl(String aKey, Object aValue)
      Instantiates a new attribute builder impl.
      Parameters:
      aKey - the key
      aValue - the value
  • Method Details