Enum Constant and Description |
---|
ALTERA_STATUS |
DEVOLVIDO |
DISTRIBUICAO |
ENCERRADO |
ENCERRAMENTO_AUTOMATICO |
FORA_FLUXO |
NENHUM |
NOVO |
REABERTURA |
RETORNAR_ANTERIORES |
SEM_TRAMITACAO |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
codigo |
private java.lang.String |
descricao |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodigo() |
java.lang.String |
getDescricao() |
static Tipo |
load(java.lang.String codigo) |
static Tipo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tipo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tipo NENHUM
public static final Tipo NOVO
public static final Tipo SEM_TRAMITACAO
public static final Tipo ENCERRADO
public static final Tipo ENCERRAMENTO_AUTOMATICO
public static final Tipo DISTRIBUICAO
public static final Tipo DEVOLVIDO
public static final Tipo RETORNAR_ANTERIORES
public static final Tipo ALTERA_STATUS
public static final Tipo FORA_FLUXO
public static final Tipo REABERTURA
public static Tipo[] values()
for (Tipo c : Tipo.values()) System.out.println(c);
public static Tipo valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static Tipo load(java.lang.String codigo)
public java.lang.String getCodigo()
public java.lang.String getDescricao()