Class AttributeImpl

All Implemented Interfaces:
KeyAccessor<String>, ValueAccessor<Object>, Attribute, Relation<String,Object>
Direct Known Subclasses:
AttributeImpl.AttributeBuilderImpl

public class AttributeImpl extends RelationImpl<String,Object> implements Attribute
Class describing a beans's attribute.
  • Constructor Details

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