// Generated automatically from javafx.beans.property.ReadOnlyProperty for testing purposes package javafx.beans.property; import javafx.beans.value.ObservableValue; public interface ReadOnlyProperty extends javafx.beans.value.ObservableValue { Object getBean(); String getName(); }