public enum TarefaGrupoVisaoTipo extends Enum<TarefaGrupoVisaoTipo>
Enum Constant and Description |
---|
VISAO_TIPO_ATENDIMENTOS |
VISAO_TIPO_CLIPPINGS |
VISAO_TIPO_COBERTURAS |
VISAO_TIPO_FOTOS |
VISAO_TIPO_JOBS |
VISAO_TIPO_MATERIAS |
VISAO_TIPO_PAUTAS |
VISAO_TIPO_SOLICITACOES |
Modifier and Type | Method and Description |
---|---|
static TarefaGrupoVisaoTipo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TarefaGrupoVisaoTipo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TarefaGrupoVisaoTipo VISAO_TIPO_SOLICITACOES
public static final TarefaGrupoVisaoTipo VISAO_TIPO_PAUTAS
public static final TarefaGrupoVisaoTipo VISAO_TIPO_MATERIAS
public static final TarefaGrupoVisaoTipo VISAO_TIPO_ATENDIMENTOS
public static final TarefaGrupoVisaoTipo VISAO_TIPO_CLIPPINGS
public static final TarefaGrupoVisaoTipo VISAO_TIPO_FOTOS
public static final TarefaGrupoVisaoTipo VISAO_TIPO_COBERTURAS
public static final TarefaGrupoVisaoTipo VISAO_TIPO_JOBS
public static TarefaGrupoVisaoTipo[] values()
for (TarefaGrupoVisaoTipo c : TarefaGrupoVisaoTipo.values()) System.out.println(c);
public static TarefaGrupoVisaoTipo 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.