// Generated automatically from javafx.scene.text.FontPosture for testing purposes package javafx.scene.text; public enum FontPosture { ITALIC, REGULAR; private FontPosture() {} public static FontPosture findByName(String p0){ return null; } }