public enum Visao extends Enum<Visao>
Enum Constant and Description |
---|
ATENDIMENTOS |
CLIPPINGS |
COBERTURAS |
FOTOS |
JOBS |
MATERIAS |
PAUTAS |
PESSOAL |
RESPONSABILIDADE |
SOLICITACOES |
TIPO |
Modifier and Type | Method and Description |
---|---|
String |
getNome() |
void |
setNome(String nome) |
static Visao |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Visao[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Visao PESSOAL
public static final Visao RESPONSABILIDADE
public static final Visao TIPO
public static final Visao SOLICITACOES
public static final Visao PAUTAS
public static final Visao MATERIAS
public static final Visao ATENDIMENTOS
public static final Visao CLIPPINGS
public static final Visao FOTOS
public static final Visao COBERTURAS
public static final Visao JOBS
public static Visao[] values()
for (Visao c : Visao.values()) System.out.println(c);
public static Visao 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 nullpublic String getNome()
public void setNome(String nome)
Copyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.