public enum CompromissoTipo extends Enum<CompromissoTipo>
Enum Constant and Description |
---|
AULA |
CONFRATERNIZACAO |
FERIAS |
LICENCA |
OUTRO |
REUNIAO |
VIAGEM |
Modifier and Type | Method and Description |
---|---|
String |
getDescricao() |
String |
getIcone() |
static CompromissoTipo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompromissoTipo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompromissoTipo REUNIAO
public static final CompromissoTipo VIAGEM
public static final CompromissoTipo AULA
public static final CompromissoTipo LICENCA
public static final CompromissoTipo FERIAS
public static final CompromissoTipo CONFRATERNIZACAO
public static final CompromissoTipo OUTRO
public static CompromissoTipo[] values()
for (CompromissoTipo c : CompromissoTipo.values()) System.out.println(c);
public static CompromissoTipo 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.