enum nilai ke string array

Stream.of(Weather.values()).map(Weather::name).toArray(String[]::new);
Bloody Barracuda