Class AttributeImpl.AttributeBuilderImpl

    • Constructor Detail

      • 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 Detail

      • setKey

        public void setKey​(String aKey)
        Sets the key.
        Specified by:
        setKey in interface org.refcodes.mixin.KeyAccessor.KeyMutator<String>
        Parameters:
        aKey - the new key
      • setValue

        public void setValue​(Object aValue)
        Sets the value.
        Specified by:
        setValue in interface org.refcodes.mixin.ValueAccessor.ValueMutator<Object>
        Parameters:
        aValue - the new value