public enum TarefaGrupoVisaoAtendimentos extends Enum<TarefaGrupoVisaoAtendimentos>
| Enum Constant and Description |
|---|
VISAO_ATENDIMENTOS_ANALISE |
VISAO_ATENDIMENTOS_CONCLUIDO |
VISAO_ATENDIMENTOS_JUNTADO |
VISAO_ATENDIMENTOS_SENDO_REALIZADO |
| Modifier and Type | Method and Description |
|---|---|
static TarefaGrupoVisaoAtendimentos |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TarefaGrupoVisaoAtendimentos[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TarefaGrupoVisaoAtendimentos VISAO_ATENDIMENTOS_ANALISE
public static final TarefaGrupoVisaoAtendimentos VISAO_ATENDIMENTOS_SENDO_REALIZADO
public static final TarefaGrupoVisaoAtendimentos VISAO_ATENDIMENTOS_CONCLUIDO
public static final TarefaGrupoVisaoAtendimentos VISAO_ATENDIMENTOS_JUNTADO
public static TarefaGrupoVisaoAtendimentos[] values()
for (TarefaGrupoVisaoAtendimentos c : TarefaGrupoVisaoAtendimentos.values()) System.out.println(c);
public static TarefaGrupoVisaoAtendimentos 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.