public enum TarefaGrupoVisaoSolicitacoes extends Enum<TarefaGrupoVisaoSolicitacoes>
Modifier and Type | Method and Description |
---|---|
static TarefaGrupoVisaoSolicitacoes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TarefaGrupoVisaoSolicitacoes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TarefaGrupoVisaoSolicitacoes VISAO_SOLICITACOES_ANALISE
public static final TarefaGrupoVisaoSolicitacoes VISAO_SOLICITACOES_NAO_ATENDIDA
public static final TarefaGrupoVisaoSolicitacoes VISAO_SOLICITACOES_ENCAMINHADA
public static final TarefaGrupoVisaoSolicitacoes VISAO_SOLICITACOES_ALTERADA
public static final TarefaGrupoVisaoSolicitacoes VISAO_SOLICITACOES_JUNTADA
public static final TarefaGrupoVisaoSolicitacoes VISAO_SOLICITACOES_DESCONSIDERADA
public static final TarefaGrupoVisaoSolicitacoes VISAO_SOLICITACOES_ESCLARECIMENTO
public static final TarefaGrupoVisaoSolicitacoes VISAO_SOLICITACOES_IGNORADA
public static TarefaGrupoVisaoSolicitacoes[] values()
for (TarefaGrupoVisaoSolicitacoes c : TarefaGrupoVisaoSolicitacoes.values()) System.out.println(c);
public static TarefaGrupoVisaoSolicitacoes 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.