// Generated automatically from javafx.beans.property.ReadOnlyStringProperty for testing purposes package javafx.beans.property; import javafx.beans.binding.StringExpression; import javafx.beans.property.ReadOnlyProperty; abstract public class ReadOnlyStringProperty extends StringExpression implements ReadOnlyProperty { public ReadOnlyStringProperty(){} public String toString(){ return null; } }