Interface Field<T>

  • Type Parameters:
    T - The type of the value of the Field.
    All Superinterfaces:
    org.refcodes.mixin.KeyAccessor<String>, org.refcodes.mixin.ValueAccessor<T>
    All Known Subinterfaces:
    Fields<T>
    All Known Implementing Classes:
    FieldImpl, FieldsImpl


    public interface Field<T>
    extends org.refcodes.mixin.KeyAccessor<String>, org.refcodes.mixin.ValueAccessor<T>
    A Field stores an attribute consisting of a key (name) and a value. The key is of type String.
    • Nested Class Summary

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

        org.refcodes.mixin.KeyAccessor.KeyBuilder<K extends Object,B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K,B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K extends Object>, org.refcodes.mixin.KeyAccessor.KeyProperty<K extends Object>
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.ValueAccessor

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

      • Methods inherited from interface org.refcodes.mixin.KeyAccessor

        getKey
      • Methods inherited from interface org.refcodes.mixin.ValueAccessor

        getValue, getValueOr