// Generated automatically from javafx.geometry.Orientation for testing purposes package javafx.geometry; public enum Orientation { HORIZONTAL, VERTICAL; private Orientation() {} }