public enum TarefaGrupoVisaoPessoal extends Enum<TarefaGrupoVisaoPessoal>
| Enum Constant and Description |
|---|
VISAO_PESSOAL_FINALIZADAS |
VISAO_PESSOAL_MINHAS |
VISAO_PESSOAL_OUTRAS |
| Modifier and Type | Method and Description |
|---|---|
static TarefaGrupoVisaoPessoal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TarefaGrupoVisaoPessoal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TarefaGrupoVisaoPessoal VISAO_PESSOAL_MINHAS
public static final TarefaGrupoVisaoPessoal VISAO_PESSOAL_OUTRAS
public static final TarefaGrupoVisaoPessoal VISAO_PESSOAL_FINALIZADAS
public static TarefaGrupoVisaoPessoal[] values()
for (TarefaGrupoVisaoPessoal c : TarefaGrupoVisaoPessoal.values()) System.out.println(c);
public static TarefaGrupoVisaoPessoal valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.