Interface Attribute

All Superinterfaces:
org.refcodes.mixin.KeyAccessor<String>, Relation<String,Object>, org.refcodes.mixin.ValueAccessor<Object>
All Known Subinterfaces:
Attribute.AttributeBuilder
All Known Implementing Classes:
AttributeImpl, AttributeImpl.AttributeBuilderImpl

public interface Attribute extends Relation<String,Object>
Interface describing a bean's attribute with a key represented by a String and the value being of any type.