public enum AtendimentoMeio extends Enum<AtendimentoMeio>
Enum Constant and Description |
---|
EMAIL |
PRESENCIAL |
SITE |
TELEFONE |
Modifier and Type | Method and Description |
---|---|
String |
getDescricao() |
String |
getIcone() |
static AtendimentoMeio |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtendimentoMeio[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtendimentoMeio TELEFONE
public static final AtendimentoMeio EMAIL
public static final AtendimentoMeio SITE
public static final AtendimentoMeio PRESENCIAL
public static AtendimentoMeio[] values()
for (AtendimentoMeio c : AtendimentoMeio.values()) System.out.println(c);
public static AtendimentoMeio 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 getDescricao()
public String getIcone()
Copyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.