I have an enum
public enum Direction { LEFT, RIGHT }
I can access it by Direction.LEFT,
Direction.LEFT