From the Enum Types page on Oracle's Tutorial, enums "have a static values method that returns an array containing all of the values of the enum in the order they are declared".

You could print...