public enum EspecieDespesaLrf extends java.lang.Enum<EspecieDespesaLrf>
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
codigo |
private java.lang.String |
label |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCodigo() |
java.lang.String |
getLabel() |
static EspecieDespesaLrf |
load(java.lang.Long especieDespesaLrf) |
static EspecieDespesaLrf |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EspecieDespesaLrf[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EspecieDespesaLrf NAOAPLICA
public static final EspecieDespesaLrf ART16
public static final EspecieDespesaLrf ART17
public static EspecieDespesaLrf[] values()
for (EspecieDespesaLrf c : EspecieDespesaLrf.values()) System.out.println(c);
public static EspecieDespesaLrf 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 EspecieDespesaLrf load(java.lang.Long especieDespesaLrf)
public java.lang.Long getCodigo()
public java.lang.String getLabel()