Last active
October 28, 2015 14:30
-
-
Save AnnaBoro/f3b62058e64e54bbef06 to your computer and use it in GitHub Desktop.
lesson4-ColorEnum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package lesson4; | |
/** | |
* Created by anna on 28.10.15. | |
*/ | |
public enum Color { | |
VIOLET, RED, PINK, BEIGE, ORANGE, YELLOW, GREEN, FOREST, TURQUOISE, BLUE, NAVY, PURPLE, BROWN, GREY, WHITE, BLACK; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment