public static enum Contrato.MesReajuste extends java.lang.Enum<Contrato.MesReajuste>
Enum Constant and Description |
---|
ABR |
AGO |
DEZ |
FEV |
JAN |
JUL |
JUN |
MAI |
MAR |
NOV |
OUT |
SET |
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 Contrato.MesReajuste |
load(java.lang.String codigo) |
static Contrato.MesReajuste |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Contrato.MesReajuste[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Contrato.MesReajuste JAN
public static final Contrato.MesReajuste FEV
public static final Contrato.MesReajuste MAR
public static final Contrato.MesReajuste ABR
public static final Contrato.MesReajuste MAI
public static final Contrato.MesReajuste JUN
public static final Contrato.MesReajuste JUL
public static final Contrato.MesReajuste AGO
public static final Contrato.MesReajuste SET
public static final Contrato.MesReajuste OUT
public static final Contrato.MesReajuste NOV
public static final Contrato.MesReajuste DEZ
public static Contrato.MesReajuste[] values()
for (Contrato.MesReajuste c : Contrato.MesReajuste.values()) System.out.println(c);
public static Contrato.MesReajuste 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 Contrato.MesReajuste load(java.lang.String codigo)
public java.lang.String getCodigo()
public java.lang.String getDescricao()