package net.sourceforge.plantuml.elk.proxy.core.options; import net.sourceforge.plantuml.elk.proxy.Reflect; public class Direction { public static final Object DOWN = Reflect.field("org.eclipse.elk.core.options.Direction", "DOWN"); }