Raw
1 private enum RIGHT {
2 ONE,
3 TWO,
4 THREE,
5 ChangeMe
6 }