Class AttributeImpl

    • Constructor Detail

      • AttributeImpl

        protected AttributeImpl()
        Instantiates a new attribute impl.
      • AttributeImpl

        public AttributeImpl​(String aKey,
                             Object aValue)
        Constructs a key-to-value property.
        Parameters:
        aKey - The key for the key-value property.
        aValue - The value for the key-value property.