Interface Property

All Known Implementing Classes:
PropertyImpl

public interface Property
Property.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtains the display label for the property.
    Obtains the name of the property.
    Obtains the value of the property.
    void
    Changes the value of the property.
  • Method Details

    • getLabel

      String getLabel()
      Obtains the display label for the property.
      Returns:
      Display label for the property.
    • getName

      String getName()
      Obtains the name of the property.
      Returns:
      Name of the property.
    • getValue

      String getValue()
      Obtains the value of the property.
      Returns:
      Value of the property.
    • setValue

      void setValue(String value)
      Changes the value of the property.
      Parameters:
      value - Value of the property.