public static enum ModalMotivoEstornoMBean.Utilizacao extends java.lang.Enum<ModalMotivoEstornoMBean.Utilizacao>
Enum Constant and Description |
---|
DEVOLUCAO |
NOTA |
REQUISICAO |
TRANFERENCIA |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
columnName |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnName() |
static ModalMotivoEstornoMBean.Utilizacao |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModalMotivoEstornoMBean.Utilizacao[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModalMotivoEstornoMBean.Utilizacao REQUISICAO
public static final ModalMotivoEstornoMBean.Utilizacao NOTA
public static final ModalMotivoEstornoMBean.Utilizacao DEVOLUCAO
public static final ModalMotivoEstornoMBean.Utilizacao TRANFERENCIA
public static ModalMotivoEstornoMBean.Utilizacao[] values()
for (ModalMotivoEstornoMBean.Utilizacao c : ModalMotivoEstornoMBean.Utilizacao.values()) System.out.println(c);
public static ModalMotivoEstornoMBean.Utilizacao 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 java.lang.String getColumnName()