There was a small typo in my example.public static final ConsoleType CONSOLE = new ConsoleType(CONSOLE);Should read:public static final ConsoleType CONSOLE = new ConsoleType(CONSOLE_TYPE);