public static enum PedidoCompra.SituacaoCotacaoEnun extends java.lang.Enum<PedidoCompra.SituacaoCotacaoEnun>
Enum Constant and Description |
---|
EM_COTACAO |
EM_LICITACAO |
EMITE_ORDEM |
JA_COTOU |
NECESSITA_CONTACAO |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
codigo |
private java.lang.String |
label |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodigo() |
static PedidoCompra.SituacaoCotacaoEnun |
load(java.lang.String situacaoCotacaoEnun) |
static PedidoCompra.SituacaoCotacaoEnun |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PedidoCompra.SituacaoCotacaoEnun[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PedidoCompra.SituacaoCotacaoEnun EM_COTACAO
public static final PedidoCompra.SituacaoCotacaoEnun NECESSITA_CONTACAO
public static final PedidoCompra.SituacaoCotacaoEnun JA_COTOU
public static final PedidoCompra.SituacaoCotacaoEnun EM_LICITACAO
public static final PedidoCompra.SituacaoCotacaoEnun EMITE_ORDEM
public static PedidoCompra.SituacaoCotacaoEnun[] values()
for (PedidoCompra.SituacaoCotacaoEnun c : PedidoCompra.SituacaoCotacaoEnun.values()) System.out.println(c);
public static PedidoCompra.SituacaoCotacaoEnun 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 PedidoCompra.SituacaoCotacaoEnun load(java.lang.String situacaoCotacaoEnun)
public java.lang.String getCodigo()