public enum TarefaGrupoVisaoJobs extends Enum<TarefaGrupoVisaoJobs>
Enum Constant and Description |
---|
VISAO_JOBS_DIAGRAMACAO |
VISAO_JOBS_DIAGRAMACAO_ANALISE |
VISAO_JOBS_ESPECIFICACAO_ANALISE |
VISAO_JOBS_FECHAMENTO |
VISAO_JOBS_FINALIZADO |
VISAO_JOBS_PRODUCAO |
VISAO_JOBS_PROJETO |
VISAO_JOBS_PROJETO_ANALISE |
VISAO_JOBS_REVISAO |
Modifier and Type | Method and Description |
---|---|
static TarefaGrupoVisaoJobs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TarefaGrupoVisaoJobs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TarefaGrupoVisaoJobs VISAO_JOBS_PRODUCAO
public static final TarefaGrupoVisaoJobs VISAO_JOBS_ESPECIFICACAO_ANALISE
public static final TarefaGrupoVisaoJobs VISAO_JOBS_PROJETO
public static final TarefaGrupoVisaoJobs VISAO_JOBS_PROJETO_ANALISE
public static final TarefaGrupoVisaoJobs VISAO_JOBS_DIAGRAMACAO
public static final TarefaGrupoVisaoJobs VISAO_JOBS_REVISAO
public static final TarefaGrupoVisaoJobs VISAO_JOBS_DIAGRAMACAO_ANALISE
public static final TarefaGrupoVisaoJobs VISAO_JOBS_FECHAMENTO
public static final TarefaGrupoVisaoJobs VISAO_JOBS_FINALIZADO
public static TarefaGrupoVisaoJobs[] values()
for (TarefaGrupoVisaoJobs c : TarefaGrupoVisaoJobs.values()) System.out.println(c);
public static TarefaGrupoVisaoJobs 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.