Interface Property

  • All Superinterfaces:
    org.refcodes.mixin.KeyAccessor<java.lang.String>, Relation<java.lang.String,java.lang.String>, org.refcodes.mixin.ValueAccessor<java.lang.String>
    All Known Subinterfaces:
    Property.PropertyBuilder
    All Known Implementing Classes:
    PropertyImpl, PropertyImpl.PropertyBuilderImpl

    public interface Property
    extends Relation<java.lang.String,java.lang.String>
    A Property is defined as being String representing a property's key and a String representing the proprty's value.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  Property.PropertyBuilder
      Adds builder functionality to a Property.
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.KeyAccessor

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

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

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.String toProperty()
      Returns the key/value-pair as a property String "key=value".
      • Methods inherited from interface org.refcodes.mixin.KeyAccessor

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

        getValue
    • Method Detail

      • toProperty

        default java.lang.String toProperty()
        Returns the key/value-pair as a property String "key=value".
        Returns:
        This Property as a String