Interface Property
- All Known Implementing Classes:
PropertyImpl
public interface Property
Property.
- Author:
- Daniel Sagenschneider
-
Method Summary
-
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
Changes the value of the property.- Parameters:
value- Value of the property.
-