Skip to content

Instantly share code, notes, and snippets.

@AnnaBoro
Last active October 28, 2015 14:30
Show Gist options
  • Save AnnaBoro/f3b62058e64e54bbef06 to your computer and use it in GitHub Desktop.
Save AnnaBoro/f3b62058e64e54bbef06 to your computer and use it in GitHub Desktop.
lesson4-ColorEnum
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