Skip to content

Instantly share code, notes, and snippets.

@ProgDan
Created March 27, 2011 02:09
Show Gist options
  • Select an option

  • Save ProgDan/888848 to your computer and use it in GitHub Desktop.

Select an option

Save ProgDan/888848 to your computer and use it in GitHub Desktop.
Exemplo: Enumeração em Java
public enum Mes {
JANEIRO, FEVEREIRO, MARCO, ABRIL, MAIO, JUNHO, JULHO, AGOSTO, SETEMBRO, OUTRUBRO, NOVEMBRO, DEZEMBRO
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment