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