mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
17 lines
543 B
Java
Generated
17 lines
543 B
Java
Generated
// Generated automatically from javafx.print.PageRange for testing purposes
|
|
|
|
package javafx.print;
|
|
|
|
import javafx.beans.property.ReadOnlyIntegerProperty;
|
|
|
|
public class PageRange
|
|
{
|
|
protected PageRange() {}
|
|
public PageRange(int p0, int p1){}
|
|
public String toString(){ return null; }
|
|
public final ReadOnlyIntegerProperty endPageProperty(){ return null; }
|
|
public final ReadOnlyIntegerProperty startPageProperty(){ return null; }
|
|
public final int getEndPage(){ return 0; }
|
|
public final int getStartPage(){ return 0; }
|
|
}
|