Interface Property

All Superinterfaces:
KeyAccessor<String>, Relation<String,String>, ValueAccessor<String>
All Known Subinterfaces:
Property.PropertyBuilder
All Known Implementing Classes:
PropertyImpl, PropertyImpl.PropertyBuilderImpl

public interface Property extends Relation<String,String>
A Property is defined as being String representing a property's key and a String representing the proprty's value.
  • Method Details

    • toProperty

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