All Known Implementing Classes:
BasicProperty

public interface Property
A type consisting of a key and a value.
  • Method Summary

    Modifier and Type
    Method
    Description
    key()
    Returns the key of the property.
    Returns the value of the property.
  • Method Details

    • key

      String key()
      Returns the key of the property.
      Returns:
      the key of the property
    • value

      Object value()
      Returns the value of the property.
      Returns:
      the value of the property