public enum ModoEdicaoEmenda extends Enum<ModoEdicaoEmenda>
| Enum Constant and Description |
|---|
EMENDA |
EMENDA_ARTIGO_ONDE_COUBER |
| Modifier and Type | Method and Description |
|---|---|
String |
getNome() |
static ModoEdicaoEmenda |
parse(String me) |
String |
toString() |
static ModoEdicaoEmenda |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModoEdicaoEmenda[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModoEdicaoEmenda EMENDA
public static final ModoEdicaoEmenda EMENDA_ARTIGO_ONDE_COUBER
public static ModoEdicaoEmenda[] values()
for (ModoEdicaoEmenda c : ModoEdicaoEmenda.values()) System.out.println(c);
public static ModoEdicaoEmenda valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ModoEdicaoEmenda parse(String me)
public String getNome()
public String toString()
toString in class Enum<ModoEdicaoEmenda>Copyright © 2023 LexML. All rights reserved.