Interface Property

All Superinterfaces:
org.refcodes.mixin.KeyAccessor<String>, Relation<String,String>, org.refcodes.mixin.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.