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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Adds builder functionality to an Attribute.

    Nested classes/interfaces inherited from interface org.refcodes.mixin.KeyAccessor

    org.refcodes.mixin.KeyAccessor.KeyBuilder<K,B>, org.refcodes.mixin.KeyAccessor.KeyMutator<K>, org.refcodes.mixin.KeyAccessor.KeyProperty<K>

    Nested classes/interfaces inherited from interface Relation

    Relation.RelationBuilder<K,V>

    Nested classes/interfaces inherited from interface org.refcodes.mixin.ValueAccessor

    org.refcodes.mixin.ValueAccessor.ValueBuilder<V,B>, org.refcodes.mixin.ValueAccessor.ValueMutator<V>, org.refcodes.mixin.ValueAccessor.ValueProperty<V>
  • Method Summary

    Methods inherited from interface org.refcodes.mixin.KeyAccessor

    getKey

    Methods inherited from interface org.refcodes.mixin.ValueAccessor

    getValue, getValueOr