mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
21 lines
663 B
Java
Generated
21 lines
663 B
Java
Generated
// Generated automatically from javafx.print.PaperSource for testing purposes
|
|
|
|
package javafx.print;
|
|
|
|
|
|
public class PaperSource
|
|
{
|
|
protected PaperSource() {}
|
|
public String getName(){ return null; }
|
|
public String toString(){ return null; }
|
|
public static PaperSource AUTOMATIC = null;
|
|
public static PaperSource BOTTOM = null;
|
|
public static PaperSource ENVELOPE = null;
|
|
public static PaperSource LARGE_CAPACITY = null;
|
|
public static PaperSource MAIN = null;
|
|
public static PaperSource MANUAL = null;
|
|
public static PaperSource MIDDLE = null;
|
|
public static PaperSource SIDE = null;
|
|
public static PaperSource TOP = null;
|
|
}
|