package JavaKaja.runtime; /*Generated by MPS */ public enum Direction { north(), east(), south(), west(); Direction() { } }