I have a simple (groovy) enum:
enum OutputType { skip( \'gray\' ), left( \'orange\' ), right( \'cyan\' ) final String color private OutputType( Str