// 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; }